From 1627e0c8f4905ca915cd0cfccdea5da19f7e0ead Mon Sep 17 00:00:00 2001 From: Amru Rosyada Date: Fri, 13 Jan 2023 12:17:32 +0700 Subject: [PATCH] Update packages.json - Add package couchdbapi v0.0.1 (#2438) * Update packages.json * release YAWD (Yet Another WebDriver for nim lang) release YAWD (Yet Another WebDriver for nim lang) --- packages.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) 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" } ]