blob: f1c815bf40ace55f7090b85b6a2e22b5bb7fdac1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"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"
]
}
}
}
|