aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/bbalouki-itch/vcpkg.json
blob: cf4ba78e304acd3485986bc96da27f892fba4df8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "bbalouki-itch",
  "version": "1.0.0",
  "port-version": 1,
  "maintainers": "Bertin Balouki SIMYELI",
  "description": "A High-Performance C++ library for parsing the ITCH 5.0 protocol.",
  "homepage": "https://github.com/bbalouki/itchcpp",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}