mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-05 09:29:59 +08:00
c9e786d81a
* Bulk remove vcpkg_fail_port_install calls. Interesting ones have been split out into separate reviews, where "interesting" means "anything more than just deleting the call to vcpkg_fail_port_install", In support of https://github.com/microsoft/vcpkg/pull/21502 * Update version database. * Revert google benchmark changes already submitted as https://github.com/microsoft/vcpkg/pull/22728 * Repair version database.
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "libtorrent",
|
|
"version": "1.2.14",
|
|
"port-version": 2,
|
|
"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"
|
|
}
|
|
}
|
|
}
|