aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/jasper/vcpkg.json
blob: 9978a0f57c27bf08e06bf002f3a2ea6a0df05fef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "jasper",
  "version": "4.2.8",
  "description": "Open source implementation of the JPEG-2000 Part-1 standard",
  "homepage": "https://github.com/jasper-software/jasper",
  "license": null,
  "dependencies": [
    "libjpeg-turbo",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}