vcpkg/ports/htscodecs/vcpkg.json
2024-10-18 16:52:42 -07:00

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"
]
}
}
}