File: control

package info (click to toggle)
activemq-activeio 3.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 676 kB
  • sloc: java: 5,348; xml: 393; sh: 7; makefile: 5
file content (61 lines) | stat: -rw-r--r-- 1,928 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Source: activemq-activeio
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Damien Raude-Morvan <drazzib@debian.org>
Build-Depends:
 debhelper (>= 9),
 default-jdk,
 default-jdk-doc,
 glassfish-javaee (>= 2.1.1-b31g),
 junit4,
 libcommons-logging-java,
 libmaven-bundle-plugin-java,
 libmaven-enforcer-plugin-java,
 libmaven-javadoc-plugin-java,
 libsurefire-java,
 maven-debian-helper (>= 1.4)
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/activemq-activeio.git
Vcs-Git: https://anonscm.debian.org/git/pkg-java/activemq-activeio.git
Homepage: http://activemq.apache.org/

Package: libactivemq-activeio-java
Architecture: all
Depends:
 ${maven:Depends},
 ${misc:Depends}
Recommends:
 ${maven:OptionalDepends}
Suggests:
 libactivemq-activeio-java-doc
Description: ActiveMQ ActiveIO protocol implementation framework
 Apache ActiveMQ is a message broker built around Java Message Service (JMS)
 API : allow sending messages between two or more clients in a loosely coupled,
 reliable, and asynchronous way.
 .
 ActiveMQ ActiveIO provides a high performance IO framework for
 implementing network protocols.
 .
 This package, used by Apache ActiveMQ, contains a Java library for ActiveIO.

Package: libactivemq-activeio-java-doc
Architecture: all
Section: doc
Depends:
 ${maven:Depends},
 ${misc:Depends}
Recommends:
 ${maven:OptionalDepends}
Suggests:
 libactivemq-activeio-java
Description: ActiveMQ ActiveIO protocol implementation framework - documentation
 Apache ActiveMQ is a message broker built around Java Message Service (JMS)
 API : allow sending messages between two or more clients in a loosely coupled,
 reliable, and asynchronous way.
 .
 ActiveMQ ActiveIO provides a high performance IO framework for
 implementing network protocols.
 .
 This package contains Javadoc API for libactivemq-activeio-java.