diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-03-31 13:51:14 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-03-31 13:51:14 +0100 |
| commit | 234268013037cd8f2eaad8907c74b39e95d31adb (patch) | |
| tree | 76f04ea009d4a122148e78282b0bde06d02b56e0 | |
| parent | c16b5b8e7620bea3666077b5a1580462b9a45849 (diff) | |
| parent | 4a0fdc53fa29d493dc450945e23766fa5c1e1e90 (diff) | |
| download | packages-234268013037cd8f2eaad8907c74b39e95d31adb.tar.gz packages-234268013037cd8f2eaad8907c74b39e95d31adb.zip | |
Merge pull request #333 from vegansk/nimboost
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" } ] |
