]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/libtorrent/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / libtorrent / vcpkg.json
CommitLineData
1e59de90
TL
1{
2 "name": "libtorrent",
3 "version-string": "1.2.13-b799640",
4 "maintainers": "Arvid Norberg <arvid.norberg@gmail.com>",
5 "description": "An efficient feature complete C++ BitTorrent implementation",
6 "homepage": "https://libtorrent.org",
7 "documentation": "https://libtorrent.org/reference.html",
8 "supports": "!uwp & !(windows & arm)",
9 "dependencies": [
10 "boost-asio",
11 "boost-chrono",
12 "boost-config",
13 "boost-crc",
14 "boost-date-time",
15 "boost-iterator",
16 "boost-multiprecision",
17 "boost-pool",
18 "boost-random",
19 "boost-scope-exit",
20 "boost-system",
21 "boost-variant",
22 "openssl"
23 ],
24 "default-features": [
25 "iconv"
26 ],
27 "features": {
28 "deprfun": {
29 "description": "build with deprecated functions enabled"
30 },
31 "examples": {
32 "description": "build the examples in the examples directory"
33 },
34 "iconv": {
35 "description": "build with libiconv",
36 "dependencies": [
37 "libiconv"
38 ]
39 },
40 "python": {
41 "description": "build the python bindings in bindings/python directory",
42 "dependencies": [
43 "boost-python"
44 ]
45 },
46 "test": {
47 "description": "build the libtorrent tests"
48 },
49 "tools": {
50 "description": "build the tools in the tools directory"
51 }
52 }
53}