aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 4c09bd3..fd68a6e 100644
--- a/packages.json
+++ b/packages.json
@@ -12425,5 +12425,18 @@
"description": "Helper procs for SCGI applications",
"license": "MIT",
"web": "https://github.com/nim-lang/graveyard/tree/master/scgi"
+ },
+ {
+ "name": "cppstl",
+ "url": "https://github.com/BigEpsilon/nim-cppstl",
+ "method": "git",
+ "tags": [
+ "c++",
+ "stl",
+ "bindings"
+ ],
+ "description": "Bindings for the C++ Standard Template Library (STL)",
+ "license": "MIT",
+ "web": "https://github.com/BigEpsilon/nim-cppstl"
}
]