aboutsummaryrefslogtreecommitdiff
path: root/ports/cutelyst2/vcpkg.json
blob: 2a0bdda3f7d737c37c575d5b978e48f1a2e75def (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "cutelyst2",
  "version-string": "2.12.0",
  "port-version": 1,
  "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
    }
  ]
}