Added package cppstl (#988)

This commit is contained in:
Nouredine Hussain 2019-01-13 18:28:51 +01:00 committed by Miran
parent bef7049275
commit 601445e273

View File

@ -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"
}
]