diff options
| author | Anatoly Galiulin <galiulin.anatoly@gmail.com> | 2016-03-31 15:24:09 +0600 |
|---|---|---|
| committer | Anatoly Galiulin <galiulin.anatoly@gmail.com> | 2016-03-31 16:04:35 +0600 |
| commit | 4a0fdc53fa29d493dc450945e23766fa5c1e1e90 (patch) | |
| tree | 76f04ea009d4a122148e78282b0bde06d02b56e0 | |
| parent | c16b5b8e7620bea3666077b5a1580462b9a45849 (diff) | |
| download | packages-4a0fdc53fa29d493dc450945e23766fa5c1e1e90.tar.gz packages-4a0fdc53fa29d493dc450945e23766fa5c1e1e90.zip | |
Add nimboost library
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
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" } ] |
