aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/quickfix/vcpkg.json
blob: 5ee3acb467d04933053d4bdea0ab898e1af62de2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "quickfix",
  "version": "1.15.1",
  "port-version": 9,
  "description": "QuickFIX is a free and open source implementation of the FIX protocol.",
  "homepage": "https://github.com/quickfix/quickfix",
  "supports": "!uwp & !(osx & arm64)",
  "dependencies": [
    "openssl",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}