aboutsummaryrefslogtreecommitdiff
path: root/ports/apr-util/vcpkg.json
blob: aa7937210aa20c1ae0956c1ce3e7458c9d016667 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "apr-util",
  "version-string": "1.6.1",
  "port-version": 4,
  "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"
  ]
}