aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cutelyst2/vcpkg.json
blob: 928b6140ef38b90a367731ef04d1352cfb9235b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "cutelyst2",
  "version": "2.12.0",
  "port-version": 2,
  "description": "A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework",
  "dependencies": [
    {
      "name": "qt5-base",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}