mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 11:59:24 +08:00
14 lines
406 B
JSON
14 lines
406 B
JSON
|
{
|
||
|
"name": "apr",
|
||
|
"version": "1.7.0",
|
||
|
"port-version": 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/",
|
||
|
"supports": "!uwp",
|
||
|
"features": {
|
||
|
"private-headers": {
|
||
|
"description": "Install non-standard files required for building Apache httpd"
|
||
|
}
|
||
|
}
|
||
|
}
|