| """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") |