aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/serf/vcpkg.json
blob: 7a50fecb8974f35526665fc5c43f5b71e170674a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "serf",
  "version": "1.3.10",
  "description": "The serf library is a high performance C-based HTTP client library built upon the Apache Portable Runtime (APR) library. It is permissively licensed under the Apache License, v2.",
  "homepage": "https://serf.apache.org/",
  "license": "Apache-2.0",
  "supports": "!uwp & !staticcrt & !arm",
  "dependencies": [
    "apr",
    "apr-util",
    "openssl",
    "zlib"
  ]
}