aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNouredine Hussain <BigEpsilon@users.noreply.github.com>2019-01-13 18:28:51 +0100
committerMiran <narimiran@disroot.org>2019-01-13 18:28:51 +0100
commit601445e2738a99ed74fe815688f145cd2d9fe8d4 (patch)
tree6b7e069a7cd5aa47a8c9a68a437e11fbe0e743e9
parentbef7049275063df35dae0a9cdedf285479ce577d (diff)
downloadpackages-601445e2738a99ed74fe815688f145cd2d9fe8d4.tar.gz
packages-601445e2738a99ed74fe815688f145cd2d9fe8d4.zip
Added package cppstl (#988)
-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"
}
]