19 lines
402 B
JSON
19 lines
402 B
JSON
{
|
|
"name": "upa-url",
|
|
"version": "2.0.0",
|
|
"description": "An implementation of the WHATWG URL Standard in C++",
|
|
"homepage": "https://github.com/upa-url/upa",
|
|
"documentation": "https://upa-url.github.io/docs/",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|