vcpkg/ports/apr/vcpkg.json

26 lines
623 B
JSON
Raw Normal View History

{
"name": "apr",
"version": "1.7.4",
"description": "The Apache Portable Runtime (APR) is a C library that forms a system portability layer that covers many operating systems.",
"homepage": "https://apr.apache.org/",
"license": "Apache-2.0",
"supports": "!uwp",
2021-11-09 13:07:51 +08:00
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true,
"platform": "windows"
},
{
"name": "vcpkg-cmake-config",
"host": true,
"platform": "windows"
2021-11-09 13:07:51 +08:00
}
],
"features": {
"private-headers": {
"description": "Install non-standard files required for building Apache httpd"
}
}
}