vcpkg/ports/apr/vcpkg.json
2021-12-06 21:13:20 -08:00

21 lines
520 B
JSON

{
"name": "apr",
"version": "1.7.0",
"port-version": 6,
"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/",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true,
"platform": "windows"
}
],
"features": {
"private-headers": {
"description": "Install non-standard files required for building Apache httpd"
}
}
}