Add nimble package uri3 (#1365)

This commit is contained in:
Amru Rosyada 2020-02-20 04:18:24 +07:00 committed by GitHub
parent 983466022f
commit 5b368dd47b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
}
]