From 601445e2738a99ed74fe815688f145cd2d9fe8d4 Mon Sep 17 00:00:00 2001 From: Nouredine Hussain Date: Sun, 13 Jan 2019 18:28:51 +0100 Subject: [PATCH] Added package cppstl (#988) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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" } ]