File: control

package info (click to toggle)
jeromq 0.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,688 kB
  • ctags: 3,478
  • sloc: java: 23,603; xml: 345; makefile: 4
file content (23 lines) | stat: -rw-r--r-- 997 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: jeromq
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
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.