vcpkg/ports/apr/vcpkg.json
jim wang c68a56a40c
[apr] update to 1.7.4 (#33993)
* fix apr

* update version

---------

Co-authored-by: Jim wang (BEYONDSOFT CONSULTING INC) <v-wangjim@microsoft.com>
2023-09-25 23:38:01 -07:00

26 lines
623 B
JSON

{
"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",
"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"
}
}
}