Add uap package (#2142)

This commit is contained in:
Artem Klevtsov 2022-02-11 16:36:31 +07:00 committed by GitHub
parent d7c6ef9032
commit 808fa07256
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25146,5 +25146,19 @@
"description": "UUIDs in pure Nim",
"license": "MIT",
"web": "https://github.com/vtbassmatt/nim-uuid4"
},
{
"name": "uap",
"url": "https://gitlab.com/artemklevtsov/nim-uap",
"method": "git",
"tags": [
"library",
"cli",
"useragent"
],
"description": "Nim implementation of user-agent parser",
"license": "Apache-2.0",
"web": "https://gitlab.com/artemklevtsov/nim-uap/-/blob/master/README.md",
"doc": "https://artemklevtsov.gitlab.io/nim-uap/ua.html"
}
]