aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/htscodecs/vcpkg.json
blob: ea583f66d574c59066354d6394a67d5b367344ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
      ]
    }
  }
}