From 4a0fdc53fa29d493dc450945e23766fa5c1e1e90 Mon Sep 17 00:00:00 2001 From: Anatoly Galiulin Date: Thu, 31 Mar 2016 15:24:09 +0600 Subject: [PATCH] Add nimboost library --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 771ef6d..d385e76 100644 --- a/packages.json +++ b/packages.json @@ -4481,5 +4481,18 @@ "description": "High level xml library for Nim", "license": "MIT", "web": "https://github.com/vegansk/xmltools" + }, + { + "name": "nimboost", + "url": "https://github.com/vegansk/nimboost", + "method": "git", + "tags": [ + "stdlib", + "library", + "utility" + ], + "description": "Additions to the Nim's standard library, like boost for C++", + "license": "MIT", + "web": "https://github.com/vegansk/nimboost" } ]