blob: 9c03714ed60646f167e886b16715723a82a3f440 [file]
"""cppzmq is a C++ binding for libzmq."""
module(
name = "cppzmq",
version = "4.10.0.bcr.3",
bazel_compatibility = [">=7.2.1"],
compatibility_level = 4,
)
bazel_dep(name = "rules_cc", version = "0.2.18")
bazel_dep(name = "rules_license", version = "1.0.0")
bazel_dep(name = "libzmq", version = "4.3.5.bcr.6")