vcpkg/ports/uriparser/vcpkg.json
2022-11-03 15:15:26 -07:00

23 lines
463 B
JSON

{
"name": "uriparser",
"version": "0.9.7",
"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."
}
}
}