blob: ae0d7fb85d37ba0ff2afb483f57373748b2ea462 [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.bcr.1",
compatibility_level = 4,
)
bazel_dep(name = "rules_foreign_cc", version = "0.10.1")