aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/pulsar-client-cpp/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/pulsar-client-cpp/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/pulsar-client-cpp/vcpkg.json')
-rw-r--r--vcpkg/ports/pulsar-client-cpp/vcpkg.json49
1 files changed, 49 insertions, 0 deletions
diff --git a/vcpkg/ports/pulsar-client-cpp/vcpkg.json b/vcpkg/ports/pulsar-client-cpp/vcpkg.json
new file mode 100644
index 0000000..c4aa911
--- /dev/null
+++ b/vcpkg/ports/pulsar-client-cpp/vcpkg.json
@@ -0,0 +1,49 @@
+{
+ "name": "pulsar-client-cpp",
+ "version": "3.7.0",
+ "description": "The Apache Pulsar C++ library",
+ "homepage": "https://github.com/apache/pulsar-client-cpp",
+ "license": "Apache-2.0",
+ "supports": "!(arm & windows) & !android",
+ "dependencies": [
+ "asio",
+ "boost-accumulators",
+ "boost-algorithm",
+ "boost-any",
+ "boost-circular-buffer",
+ "boost-date-time",
+ "boost-format",
+ "boost-predef",
+ "boost-property-tree",
+ "boost-random",
+ "boost-serialization",
+ "boost-xpressive",
+ {
+ "name": "curl",
+ "default-features": false,
+ "features": [
+ "openssl"
+ ]
+ },
+ {
+ "name": "dlfcn-win32",
+ "platform": "windows"
+ },
+ "openssl",
+ {
+ "name": "protobuf",
+ "version>=": "3.21.12"
+ },
+ "snappy",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "zlib",
+ "zstd"
+ ]
+}