aboutsummaryrefslogtreecommitdiff
path: root/ports/libtorrent/vcpkg.json
blob: 39fe5343c423f8e34f8c7f4ce477ae56eafefb29 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
  "name": "libtorrent",
  "version": "1.2.14",
  "maintainers": "Arvid Norberg <arvid.norberg@gmail.com>",
  "description": "An efficient feature complete C++ BitTorrent implementation",
  "homepage": "https://libtorrent.org",
  "documentation": "https://libtorrent.org/reference.html",
  "supports": "!uwp & !(windows & arm)",
  "dependencies": [
    "boost-asio",
    "boost-chrono",
    "boost-config",
    "boost-crc",
    "boost-date-time",
    "boost-iterator",
    "boost-multiprecision",
    "boost-pool",
    "boost-random",
    "boost-scope-exit",
    "boost-system",
    "boost-variant",
    "openssl"
  ],
  "default-features": [
    "iconv"
  ],
  "features": {
    "deprfun": {
      "description": "build with deprecated functions enabled"
    },
    "examples": {
      "description": "build the examples in the examples directory"
    },
    "iconv": {
      "description": "build with libiconv",
      "dependencies": [
        "libiconv"
      ]
    },
    "python": {
      "description": "build the python bindings in bindings/python directory",
      "dependencies": [
        "boost-python"
      ]
    },
    "test": {
      "description": "build the libtorrent tests"
    },
    "tools": {
      "description": "build the tools in the tools directory"
    }
  }
}