mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:01:48 +08:00
23 lines
478 B
JSON
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)"
|
|
}
|
|
}
|
|
}
|