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
|
Source: jakarta-activation
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
junit4,
libbuild-helper-maven-plugin-java,
libmaven-bundle-plugin-java,
libmaven-dependency-plugin-java,
maven-debian-helper (>= 2.2)
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/java-team/jakarta-activation.git
Vcs-Browser: https://salsa.debian.org/java-team/jakarta-activation
Homepage: https://eclipse-ee4j.github.io/jaf/
Package: libjakarta-activation-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Jakarta Activation
Jakarta Activation lets you take advantage of standard services to:
determine the type of an arbitrary piece of data; encapsulate access to it;
discover the operations available on it; and instantiate the appropriate
bean to perform the operation(s).
|