aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/leptonica/vcpkg.json
blob: 48f90ad214ba629197abe148fcb2999852dfb46e (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
30
{
  "name": "leptonica",
  "version": "1.85.0",
  "description": "An open source library containing software that is broadly useful for image processing and image analysis applications",
  "homepage": "https://github.com/DanBloomberg/leptonica",
  "license": null,
  "dependencies": [
    "giflib",
    "libjpeg-turbo",
    "libpng",
    {
      "name": "libwebp",
      "default-features": false
    },
    "openjpeg",
    {
      "name": "tiff",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ]
}