mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 07:29:11 +08:00
56a5c2ac52
* [libarchive] disable libbb2 until properly handled * [libarchive] bump version * update version refs * update refs
64 lines
1.1 KiB
JSON
64 lines
1.1 KiB
JSON
{
|
|
"name": "libarchive",
|
|
"version-semver": "3.4.3",
|
|
"port-version": 6,
|
|
"description": "Library for reading and writing streaming archives",
|
|
"homepage": "https://github.com/libarchive/libarchive",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"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",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
},
|
|
"zstd": {
|
|
"description": "Zstd support",
|
|
"dependencies": [
|
|
"zstd"
|
|
]
|
|
}
|
|
}
|
|
}
|