Source: jeromq Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Emmanuel Bourg Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.0) Build-Depends-Indep: libmaven-bundle-plugin-java, junit4 Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/jeromq.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jeromq.git Homepage: https://github.com/zeromq/jeromq Package: libjeromq-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Suggests: ${maven:OptionalDepends} Description: Java implementation of the ZeroMQ messaging library JeroMQ is pure Java implementation of the ZeroMQ messaging library (libmzq). Compared to jzmq (libzmq-java) this implementation doesn't rely on a native library. . JeroMQ support ZMTP/2.0, the tcp:// and inproc:// protocols. ipc:// protocol works only between jeromq. The API is compatible with jzmq.