aboutsummaryrefslogtreecommitdiff
path: root/ports/wt/vcpkg.json
blob: 303e56c7775fca4e7175d871cf4e11a9bdd28c1f (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
  "name": "wt",
  "version-string": "4.5.0",
  "port-version": 2,
  "description": "Wt is a C++ library for developing web applications",
  "homepage": "https://github.com/emweb/wt",
  "dependencies": [
    "boost-algorithm",
    "boost-array",
    "boost-asio",
    "boost-bind",
    "boost-config",
    "boost-container-hash",
    "boost-filesystem",
    "boost-foreach",
    "boost-fusion",
    "boost-interprocess",
    "boost-lexical-cast",
    "boost-logic",
    "boost-math",
    "boost-multi-index",
    "boost-optional",
    "boost-phoenix",
    "boost-pool",
    "boost-program-options",
    "boost-range",
    "boost-serialization",
    "boost-smart-ptr",
    "boost-spirit",
    "boost-system",
    "boost-thread",
    "boost-tokenizer",
    "boost-tuple",
    "boost-ublas",
    "boost-variant",
    "glew",
    {
      "name": "harfbuzz",
      "platform": "!windows"
    },
    "libharu",
    "libpng",
    {
      "name": "pango",
      "platform": "!windows"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ],
  "default-features": [
    "openssl"
  ],
  "features": {
    "dbo": {
      "description": "Wt::Dbo"
    },
    "graphicsmagick": {
      "description": "WRasterImage support on non-Windows based on GraphicsMagick",
      "dependencies": [
        "graphicsmagick"
      ]
    },
    "openssl": {
      "description": "TLS support",
      "dependencies": [
        "openssl"
      ]
    },
    "postgresql": {
      "description": "Wt::Dbo PostgreSQL backend",
      "dependencies": [
        "libpq",
        {
          "name": "wt",
          "features": [
            "dbo"
          ]
        }
      ]
    },
    "sqlite3": {
      "description": "Wt::Dbo Sqlite 3 backend",
      "dependencies": [
        "sqlite3",
        {
          "name": "wt",
          "features": [
            "dbo"
          ]
        }
      ]
    },
    "sqlserver": {
      "description": "Wt::Dbo MS SQL Server backend",
      "dependencies": [
        {
          "name": "unixodbc",
          "platform": "!windows"
        },
        {
          "name": "wt",
          "features": [
            "dbo"
          ]
        }
      ]
    }
  }
}