2021-04-03 03:53:07 +08:00
|
|
|
{
|
|
|
|
"name": "libarchive",
|
2023-01-25 08:40:21 +08:00
|
|
|
"version": "3.6.2",
|
2021-04-03 03:53:07 +08:00
|
|
|
"description": "Library for reading and writing streaming archives",
|
2023-01-25 08:40:21 +08:00
|
|
|
"homepage": "https://www.libarchive.org",
|
2022-03-01 02:25:31 +08:00
|
|
|
"license": null,
|
2021-04-03 03:53:07 +08:00
|
|
|
"supports": "!uwp",
|
|
|
|
"dependencies": [
|
2021-09-25 03:06:17 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-04-03 03:53:07 +08:00
|
|
|
"zlib"
|
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"bzip2",
|
2023-01-25 08:40:21 +08:00
|
|
|
"crypto",
|
2021-04-03 03:53:07 +08:00
|
|
|
"libxml2",
|
|
|
|
"lz4",
|
|
|
|
"lzma",
|
|
|
|
"zstd"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"bzip2": {
|
|
|
|
"description": "BZip2 support",
|
|
|
|
"dependencies": [
|
|
|
|
"bzip2"
|
|
|
|
]
|
|
|
|
},
|
2023-01-25 08:40:21 +08:00
|
|
|
"crypto": {
|
|
|
|
"description": "Support for cryptographic features",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "mbedtls",
|
|
|
|
"platform": "osx"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "openssl",
|
|
|
|
"platform": "!osx"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-04-03 03:53:07 +08:00
|
|
|
"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": {
|
2023-01-25 08:40:21 +08:00
|
|
|
"description": "Deprecated. Use feature crypto instead.",
|
2021-04-03 03:53:07 +08:00
|
|
|
"dependencies": [
|
2021-09-25 03:06:17 +08:00
|
|
|
{
|
2023-01-25 08:40:21 +08:00
|
|
|
"name": "libarchive",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"crypto"
|
|
|
|
],
|
2021-09-25 03:06:17 +08:00
|
|
|
"platform": "!osx"
|
|
|
|
}
|
2021-04-03 03:53:07 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"zstd": {
|
|
|
|
"description": "Zstd support",
|
|
|
|
"dependencies": [
|
|
|
|
"zstd"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|