aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/hareflow/vcpkg.json
blob: 7ef6873336f0508ae4110ac1a957938d31b69e94 (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
34
35
36
37
38
39
40
41
42
43
{
  "name": "hareflow",
  "version-semver": "0.1.1",
  "port-version": 2,
  "description": "Hareflow: A RabbitMQ C++ stream client.",
  "homepage": "https://github.com/coveooss/hareflow",
  "license": "Apache-2.0",
  "dependencies": [
    {
      "name": "boost-asio",
      "features": [
        "ssl"
      ],
      "version>=": "1.78.0"
    },
    {
      "name": "boost-endian",
      "version>=": "1.78.0"
    },
    {
      "name": "fmt",
      "version>=": "8.0.1"
    },
    {
      "name": "openssl",
      "version>=": "3.0.2#3"
    },
    {
      "name": "qpid-proton",
      "version>=": "0.37.0#2"
    },
    {
      "name": "vcpkg-cmake",
      "host": true,
      "version>=": "2021-02-28"
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true,
      "version>=": "2021-02-26"
    }
  ]
}