summaryrefslogtreecommitdiff
path: root/build/vcpkg/apr-2/vcpkg.json
blob: 65e303ed0bd6052fed6d318dcf8d61a8afe8f36a (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-2",
  "version": "2.0.0",
  "port-version": 5,
  "description": "The Apache Portable Runtime (APR) is a C library that forms a system portability layer that covers many operating systems.",
  "homepage": "https://apr.apache.org/",
  "supports": "!uwp",
  "dependencies": [
    "libiconv",
    "expat",
    "sqlite3",
    "openssl",
    {
      "name": "vcpkg-cmake",
      "host": true,
      "platform": "windows"
    }
  ],
  "features": {
    "private-headers": {
      "description": "Install non-standard files required for building Apache httpd"
    }
  }
}