mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 22:09:07 +08:00
18 lines
480 B
JSON
18 lines
480 B
JSON
{
|
|
"name": "apr-util",
|
|
"version-string": "1.6.1",
|
|
"port-version": 5,
|
|
"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/",
|
|
"dependencies": [
|
|
"apr",
|
|
"expat",
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true,
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|