vcpkg/ports/uriparser/vcpkg.json
myd7349 503d17d534
[uriparser] Update to v0.9.5 (#19820)
* [uriparser] Update to 0.9.5

* [uriparser] Add new version

* Small changes

Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-09-07 21:04:44 -07:00

23 lines
470 B
JSON

{
"name": "uriparser",
"version-semver": "0.9.5",
"description": "Strictly RFC 3986 compliant URI parsing and handling library written in C89.",
"homepage": "https://uriparser.github.io/",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tool": {
"description": "Builds CLI tool uriparse."
}
}
}