vcpkg/ports/htscodecs/vcpkg.json

17 lines
367 B
JSON
Raw Normal View History

2024-07-21 02:20:18 +08:00
{
"name": "htscodecs",
"version": "1.6.1",
2024-07-21 02:20:18 +08:00
"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"
]
}
}
}