diff --git a/packages.json b/packages.json index aa690bf..91b2a36 100644 --- a/packages.json +++ b/packages.json @@ -4467,5 +4467,35 @@ "description": "Kinto Client for Nim", "license": "MIT", "web": "https://github.com/OpenSystemsLab/kinto.nim" + }, + { + "name": "xmltools", + "url": "https://github.com/vegansk/xmltools", + "method": "git", + "tags": [ + "xml", + "functional", + "library", + "parsing" + ], + "description": "High level xml library for Nim", + "license": "MIT", + "web": "https://github.com/vegansk/xmltools" + }, + { + "name": "nimongo", + "url": "https://github.com/SSPkrolik/nimongo", + "method": "git", + "tags": [ + "mongo", + "mongodb", + "database", + "server", + "driver", + "storage" + ], + "description": "MongoDB driver in pure Nim language with synchronous and asynchronous I/O support", + "license": "MIT", + "web": "https://github.com/SSPkrolik/nimongo" } ]