aboutsummaryrefslogtreecommitdiff
path: root/ports/3fd/vcpkg.json
blob: 9bbfbe830725179c8f15607293fc7d38bd5da2e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "3fd",
  "version-string": "2.6.3",
  "description": "C++ Framework For Fast Development",
  "supports": "windows & !static & !arm64",
  "dependencies": [
    {
      "name": "boost-lockfree",
      "platform": "windows"
    },
    {
      "name": "boost-regex",
      "platform": "windows"
    },
    {
      "name": "poco",
      "platform": "windows"
    },
    "rapidxml",
    "sqlite3"
  ]
}