Files
vcpkg/ports/ppconsul/vcpkg.json
2025-12-30 11:59:20 -08:00

28 lines
607 B
JSON

{
"name": "ppconsul",
"version-date": "2022-02-15",
"description": "A C++ client library for Consul. Consul is a distributed tool for discovering and configuring services in your infrastructure.",
"homepage": "https://github.com/oliora/ppconsul",
"dependencies": [
"b64",
"boost-fusion",
"boost-mpl",
"boost-optional",
"boost-preprocessor",
"boost-variant",
{
"name": "curl",
"default-features": false
},
"json11",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}