Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

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
}
]
}