mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:19:00 +08:00
33 lines
723 B
JSON
33 lines
723 B
JSON
{
|
|
"name": "htslib",
|
|
"version": "1.21",
|
|
"description": "C library for high-throughput sequencing data formats",
|
|
"homepage": "https://github.com/samtools/htslib",
|
|
"license": "MIT",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"htscodecs",
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"bzip2": {
|
|
"description": "Enable support for BZ2-compressed CRAM files",
|
|
"dependencies": [
|
|
"bzip2"
|
|
]
|
|
},
|
|
"deflate": {
|
|
"description": "Use libdeflate for faster crc and deflate algorithms",
|
|
"dependencies": [
|
|
"libdeflate"
|
|
]
|
|
},
|
|
"lzma": {
|
|
"description": "Enable support for LZMA-compressed CRAM files",
|
|
"dependencies": [
|
|
"liblzma"
|
|
]
|
|
}
|
|
}
|
|
}
|