vcpkg/ports/apr-util/vcpkg.json
Jia Yue Hua bb2f8529c0
[apr-util] update to 1.6.3 (#34027)
* [apr-util] update to 1.6.3

* fix deps
2023-09-28 23:15:38 -07:00

25 lines
596 B
JSON

{
"name": "apr-util",
"version": "1.6.3",
"description": "Apache Portable Runtime (APR) project mission is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementation",
"homepage": "https://apr.apache.org/",
"license": "Apache-2.0",
"dependencies": [
"apr",
"expat",
{
"name": "vcpkg-cmake",
"host": true,
"platform": "windows"
}
],
"features": {
"crypto": {
"description": "Crypto support",
"dependencies": [
"openssl"
]
}
}
}