vcpkg/ports/apr/vcpkg.json
Alexander Neumann 6691c1a042
[apr] unglue version string (#26005)
* apr unglue version string

* v db
2022-07-28 14:54:27 -07:00

27 lines
645 B
JSON

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