diff --git a/packages.json b/packages.json index 0f1fa43..d51339d 100644 --- a/packages.json +++ b/packages.json @@ -28471,5 +28471,32 @@ "description": "XGui is a tool for nigui that imports xml files and turns them into nim at compile-time.", "license": "MIT", "web": "https://github.com/thatrandomperson5/xgui-nim" + }, + { + "name": "couchdbapi", + "url": "https://github.com/zendbit/nim.couchdbapi", + "method": "git", + "tags": [ + "couchdb", + "database", + "apache", + "nosql", + "json" + ], + "description": "Apache CouchDb driver (REST API) for nim lang.", + "license": "BSD", + "web": "https://github.com/zendbit/nim.couchdbapi" + }, + { + "name": "yawd", + "url": "https://github.com/zendbit/nim.yawd", + "method": "git", + "tags": [ + "webdriver", + "yawd" + ], + "description": "Yet Another WebDriver (YAWD) for nim lang.", + "license": "BSD", + "web": "https://github.com/zendbit/nim.yawd" } ]