From f04c7c73c40a9782944ec24b2fdfab78b5b9d0ba Mon Sep 17 00:00:00 2001 From: Ward Date: Wed, 22 Nov 2023 03:04:16 +0800 Subject: [PATCH] Add nimpk and gura (#2755) --- packages.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/packages.json b/packages.json index 5f2f013..a59f878 100644 --- a/packages.json +++ b/packages.json @@ -31914,5 +31914,35 @@ "description": "Awesome simple HTTP client for Nim", "license": "MIT", "web": "https://github.com/mishankov/yahttp?tab=readme-ov-file#-yahttp---awesome-simple-http-client-for-nim" + }, + { + "name": "nimpk", + "url": "https://github.com/khchen/nimpk", + "method": "git", + "tags": [ + "pocketlang", + "script", + "scripting", + "programming", + "language" + ], + "description": "PocketLang binding for Nim", + "license": "MIT", + "web": "https://github.com/khchen/nimpk" + }, + { + "name": "gura", + "url": "https://github.com/khchen/gura", + "method": "git", + "tags": [ + "configuration", + "serialization", + "parsing", + "toml", + "yaml" + ], + "description": "Gura Configuration Language for Nim", + "license": "MIT", + "web": "https://github.com/khchen/gura" } ]