mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 15:29:06 +08:00
bb2f8529c0
* [apr-util] update to 1.6.3 * fix deps
25 lines
596 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|