aboutsummaryrefslogtreecommitdiff
path: root/ports/apr/vcpkg.json
blob: 91fb9c71307363a61caa10e63acbad29d9067945 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "apr",
  "version": "1.7.0",
  "port-version": 4,
  "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",
  "features": {
    "private-headers": {
      "description": "Install non-standard files required for building Apache httpd"
    }
  }
}