early-access version 2853
This commit is contained in:
22
externals/vcpkg/ports/uriparser/vcpkg.json
vendored
Executable file
22
externals/vcpkg/ports/uriparser/vcpkg.json
vendored
Executable file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "uriparser",
|
||||
"version": "0.9.6",
|
||||
"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."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user