mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 11:29:07 +08:00
692304eda9
* apr-util unglue macro * v db
19 lines
500 B
JSON
19 lines
500 B
JSON
{
|
|
"name": "apr-util",
|
|
"version": "1.6.1",
|
|
"port-version": 8,
|
|
"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",
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true,
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|