aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/apr/vcpkg.json
blob: 13c8e15caa044451fe0b6e35745c608aef7750bc (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
25
26
27
28
29
30
{
  "name": "apr",
  "version": "1.7.6",
  "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/",
  "license": "Apache-2.0",
  "supports": "!uwp & !mingw",
  "dependencies": [
    {
      "name": "apr",
      "host": true,
      "platform": "windows"
    },
    {
      "name": "vcpkg-cmake",
      "host": true,
      "platform": "windows"
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true,
      "platform": "windows"
    }
  ],
  "features": {
    "private-headers": {
      "description": "Install non-standard files required for building Apache httpd"
    }
  }
}