vcpkg/ports/upa-url/vcpkg.json
2024-09-18 13:35:55 -07:00

23 lines
478 B
JSON

{
"name": "upa-url",
"version": "1.0.0",
"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)"
}
}
}