vcpkg/ports/azure-uhttp-c/vcpkg.json
2024-06-24 17:55:52 -07:00

21 lines
415 B
JSON

{
"name": "azure-uhttp-c",
"version-date": "2024-06-24",
"description": "Azure HTTP Library written in C",
"homepage": "https://github.com/Azure/azure-uhttp-c",
"license": "MIT",
"dependencies": [
"azure-c-shared-utility",
"azure-macro-utils-c",
"umock-c",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}