mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 15:11:49 +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.
71 lines
1.3 KiB
JSON
71 lines
1.3 KiB
JSON
{
|
|
"name": "libarchive",
|
|
"version-semver": "3.5.2",
|
|
"port-version": 3,
|
|
"description": "Library for reading and writing streaming archives",
|
|
"homepage": "https://github.com/libarchive/libarchive",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"default-features": [
|
|
"bzip2",
|
|
"libxml2",
|
|
"lz4",
|
|
"lzma",
|
|
"openssl",
|
|
"zstd"
|
|
],
|
|
"features": {
|
|
"bzip2": {
|
|
"description": "BZip2 support",
|
|
"dependencies": [
|
|
"bzip2"
|
|
]
|
|
},
|
|
"libxml2": {
|
|
"description": "Libxml2 support",
|
|
"dependencies": [
|
|
"libxml2"
|
|
]
|
|
},
|
|
"lz4": {
|
|
"description": "Lz4 support",
|
|
"dependencies": [
|
|
"lz4"
|
|
]
|
|
},
|
|
"lzma": {
|
|
"description": "Lzma support",
|
|
"dependencies": [
|
|
"liblzma"
|
|
]
|
|
},
|
|
"lzo": {
|
|
"description": "Lzo support",
|
|
"dependencies": [
|
|
"lzo"
|
|
]
|
|
},
|
|
"openssl": {
|
|
"description": "OpenSSL support (not available on macOS)",
|
|
"dependencies": [
|
|
{
|
|
"name": "openssl",
|
|
"platform": "!osx"
|
|
}
|
|
]
|
|
},
|
|
"zstd": {
|
|
"description": "Zstd support",
|
|
"dependencies": [
|
|
"zstd"
|
|
]
|
|
}
|
|
}
|
|
}
|