diff options
Diffstat (limited to 'vcpkg/ports/htscodecs/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/htscodecs/vcpkg.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/htscodecs/vcpkg.json b/vcpkg/ports/htscodecs/vcpkg.json new file mode 100644 index 0000000..ea583f6 --- /dev/null +++ b/vcpkg/ports/htscodecs/vcpkg.json @@ -0,0 +1,16 @@ +{ + "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" + ] + } + } +} |