aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libgossip/vcpkg.json
blob: 532d34d3fd009aaf86b9187fa2f7351e3fc75fa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "libgossip",
  "version": "1.1.2.0",
  "description": "A C++17 implementation of the Gossip protocol, designed for decentralized distributed systems.",
  "homepage": "https://github.com/caomengxuan666/libgossip",
  "license": "MIT",
  "dependencies": [
    "asio",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}