vcpkg/ports/upa-url/vcpkg.json

23 lines
478 B
JSON
Raw Normal View History

2024-09-19 04:35:55 +08:00
{
"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)"
}
}
}