vcpkg/ports/upa-url/vcpkg.json
2024-10-18 16:50:00 -07:00

23 lines
478 B
JSON

{
"name": "upa-url",
"version": "1.0.1",
"description": "An implementation of the WHATWG URL Standard in C++",
"homepage": "https://github.com/upa-url/upa",
"license": "BSD-2-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"cxx11": {
"description": "Compile library with C++11 (for use in C++11 and C++14 projects)"
}
}
}