diff options
Diffstat (limited to 'vcpkg/ports/libgossip/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libgossip/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/libgossip/vcpkg.json b/vcpkg/ports/libgossip/vcpkg.json new file mode 100644 index 0000000..532d34d --- /dev/null +++ b/vcpkg/ports/libgossip/vcpkg.json @@ -0,0 +1,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 + } + ] +} |