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
|
Source: avalon-framework
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
ant-optional,
debhelper-compat (= 13),
default-jdk,
junit,
libexcalibur-logkit-java,
liblog4j1.2-java,
libxalan2-java,
maven-repo-helper
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/avalon-framework.git
Vcs-Browser: https://salsa.debian.org/java-team/avalon-framework
Homepage: https://excalibur.apache.org
Rules-Requires-Root: no
Package: libavalon-framework-java
Architecture: all
Depends: ${misc:Depends}
Suggests: libavalon-framework-java-doc
Description: Common framework for Java server applications
The Avalon framework consists of interfaces that define
relationships between commonly used application components,
best-of-practice pattern enforcement, and several lightweight
convenience implementations of the generic components.
Package: libavalon-framework-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libavalon-framework-java
Description: Common framework for Java server applications (API)
The Avalon framework consists of interfaces that define
relationships between commonly used application components,
best-of-practice pattern enforcement, and several lightweight
convenience implementations of the generic components.
.
This is the API documentation for Avalon which is a common framework
for Java server applications.
|