aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/charls/vcpkg.json
blob: 3cbf30ea608166a2e8a306ea192d0255779ad014 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "charls",
  "version": "2.4.2",
  "description": "CharLS, a C++ JPEG-LS library implementation.",
  "homepage": "https://github.com/team-charls/charls",
  "license": "BSD-3-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}