aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/3fd/vcpkg.json
blob: 760828e057047a4bc21b5df763d79db0f2f4dd14 (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
{
  "name": "3fd",
  "version": "2.6.3",
  "port-version": 5,
  "description": "C++ Framework For Fast Development",
  "supports": "windows & !static & !arm64",
  "dependencies": [
    {
      "name": "boost-lockfree",
      "platform": "windows"
    },
    {
      "name": "boost-regex",
      "platform": "windows"
    },
    {
      "name": "poco",
      "default-features": false,
      "features": [
        "data",
        "odbc"
      ],
      "platform": "windows"
    },
    "rapidxml",
    "sqlite3",
    {
      "name": "vcpkg-msbuild",
      "host": true,
      "platform": "windows"
    }
  ]
}