aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/openjph/vcpkg.json
blob: cdc4c330ec73e31764a04befbc6aeaac663a8807 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "name": "openjph",
  "version": "0.25.2",
  "description": "Open-source implementation of JPEG2000 Part-15 (or JPH or HTJ2K)",
  "homepage": "https://github.com/aous72/OpenJPH",
  "license": "BSD-2-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "tools": {
      "description": "Enables building command line executables",
      "supports": "!uwp",
      "dependencies": [
        {
          "name": "tiff",
          "default-features": false
        }
      ]
    }
  }
}