From f3cc5adeab6a196650dd4faab403a70ae7bf0f85 Mon Sep 17 00:00:00 2001 From: "Yuya.Shiratori" Date: Wed, 6 Jul 2022 23:03:30 +0000 Subject: [PATCH] Added package urlon (#2268) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 9179c69..fbb59cc 100644 --- a/packages.json +++ b/packages.json @@ -26628,5 +26628,19 @@ "license": "MIT", "web": "https://github.com/eggplants/fushin", "doc": "https://egpl.ga/fushin/fushin.html" + }, + { + "name": "urlon", + "url": "https://github.com/Double-oxygeN/urlon-nim", + "method": "git", + "tags": [ + "json", + "urlon", + "parser", + "library" + ], + "description": "URL Object Notation implemented in Nim", + "license": "MIT", + "web": "https://github.com/Double-oxygeN/urlon-nim" } ]