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" } ]