mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:19:08 +08:00
17 lines
367 B
JSON
17 lines
367 B
JSON
{
|
|
"name": "htscodecs",
|
|
"version": "1.6.1",
|
|
"description": "Custom compression for CRAM and others.",
|
|
"homepage": "https://github.com/samtools/htscodecs",
|
|
"license": "MIT",
|
|
"supports": "!windows",
|
|
"features": {
|
|
"bzip2": {
|
|
"description": "Enable support for BZ2 within Arith streams",
|
|
"dependencies": [
|
|
"bzip2"
|
|
]
|
|
}
|
|
}
|
|
}
|