Skip to content

Commit b816538

Browse files
committed
add d2mystl & mcpp-start
1 parent d431da0 commit b816538

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

pkgs/d/d2mystl.lua

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package = {
2+
-- base info
3+
name = "mcpp-start",
4+
description = "现代C++启动! - import std",
5+
6+
authors = "mcpp-community",
7+
license = "Apache-2.0, CC-BY-NC-SA-4.0",
8+
repo = "https://github.com/mcpp-community/mcpp-start",
9+
}

0 commit comments

Comments
 (0)