mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:39:00 +08:00
503d17d534
* [uriparser] Update to 0.9.5 * [uriparser] Add new version * Small changes Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
23 lines
470 B
JSON
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."
|
|
}
|
|
}
|
|
}
|