diff options
Diffstat (limited to 'vcpkg/ports/cnats/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/cnats/vcpkg.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/vcpkg/ports/cnats/vcpkg.json b/vcpkg/ports/cnats/vcpkg.json new file mode 100644 index 0000000..20d5e92 --- /dev/null +++ b/vcpkg/ports/cnats/vcpkg.json @@ -0,0 +1,26 @@ +{ + "name": "cnats", + "version": "3.10.1", + "description": "A C client for the NATS messaging system", + "homepage": "https://github.com/nats-io/nats.c", + "license": "Apache-2.0", + "dependencies": [ + "libsodium", + "openssl", + "protobuf-c", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "streaming": { + "description": "Include NATS Streaming APIs in the NATS library", + "supports": "!windows" + } + } +} |