We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d431da0 commit b816538Copy full SHA for b816538
2 files changed
pkgs/d/d2mystl.lua
@@ -0,0 +1,9 @@
1
+package = {
2
+ -- base info
3
+ name = "d2mystl",
4
+ description = "从零实现一个迷你STL库",
5
+
6
+ authors = "mcpp-community",
7
+ license = "Apache-2.0, CC-BY-NC-SA-4.0",
8
+ repo = "https://github.com/mcpp-community/d2mystl",
9
+}
pkgs/m/mcpp-start.lua
+ name = "mcpp-start",
+ description = "现代C++启动! - import std",
+ repo = "https://github.com/mcpp-community/mcpp-start",
0 commit comments