blob: 145c616e7e41f22ed03f81e8e3b02664dca99a6b [file] [log] [blame]
"""
The ZeroMQ lightweight messaging kernel is a library which extends the
standard socket interfaces with features traditionally provided by
specialised messaging middleware products.
"""
module(
name = "libzmq",
version = "4.3.5",
compatibility_level = 4,
)
bazel_dep(name = "rules_foreign_cc", version = "0.10.1")