diff options
| author | Dominik Picheta <dominikpicheta@gmail.com> | 2016-03-31 13:55:28 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@gmail.com> | 2016-03-31 13:55:28 +0100 |
| commit | 4c90cd4978504a9e38ed3bcba5fd821e590c3888 (patch) | |
| tree | d7e979204fa52b078038b724a1f454633cfad2ba | |
| parent | 30c709a7b50ad4af6bcf8f706d445bd15ac745a5 (diff) | |
| parent | 234268013037cd8f2eaad8907c74b39e95d31adb (diff) | |
| download | packages-4c90cd4978504a9e38ed3bcba5fd821e590c3888.tar.gz packages-4c90cd4978504a9e38ed3bcba5fd821e590c3888.zip | |
Merge branch 'master' of github.com:nim-lang/packages
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 91b2a36..841fdc4 100644 --- a/packages.json +++ b/packages.json @@ -4497,5 +4497,18 @@ "description": "MongoDB driver in pure Nim language with synchronous and asynchronous I/O support", "license": "MIT", "web": "https://github.com/SSPkrolik/nimongo" + }, + { + "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" } ] |
