aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vanillapdf/vcpkg.json
blob: f3d275a10a833e065714870cd4fbd481bff986e4 (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
{
  "name": "vanillapdf",
  "version": "2.1.0",
  "port-version": 1,
  "description": "Vanilla.PDF is a cross-platform SDK for creating and modifying PDF documents.",
  "homepage": "https://github.com/vanillapdf/vanillapdf",
  "documentation": "https://vanillapdf.github.io/vanillapdf",
  "license": "Apache-2.0",
  "dependencies": [
    "libjpeg-turbo",
    "nlohmann-json",
    "openjpeg",
    "openssl",
    "spdlog",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ]
}