Add nimble package uri3 (#1365)

This commit is contained in:
Amru Rosyada
2020-02-19 22:18:24 +01:00
committed by GitHub
parent 983466022f
commit 5b368dd47b
+13
View File
@@ -16579,5 +16579,18 @@
"description": "Create SVG-files with QR-codes from strings.",
"license": "MIT",
"web": "https://github.com/ThomasTJdev/nim_qr"
},
{
"name": "uri3",
"url": "https://github.com/zendbit/nim.uri3",
"method": "git",
"tags": [
"uri",
"url",
"library"
],
"description": "nim.uri3 is a Nim module that provides improved way for working with URIs. It is based on the uri module in the Nim standard library and fork from nim-uri2",
"license": "MIT",
"web": "https://github.com/zendbit/nim.uri3"
}
]