summaryrefslogtreecommitdiff
path: root/debian/control
blob: 87e246bee9850f0b489dc42c1923685d22845cc3 (plain)
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
Source: libpicocontainer1-java
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner@debian.org>
Build-Depends: debhelper (>= 5), cdbs
Build-Depends-Indep: ant, java-gcj-compat-dev
Standards-Version: 4.4.0
Vcs-Git: https://salsa.debian.org/java-team/libpicocontainer1-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libpicocontainer1-java
Homepage: http://www.picocontainer.org

Package: libpicocontainer1-java
Architecture: all
Depends:  java-gcj-compat | java1-runtime | java2-runtime
Description: Java library implementing the Dependency Injection pattern
 PicoContainer is a highly embeddable full service Inversion of Control
 (IoC) container for components honour the Dependency Injection pattern.
 It can be used as a lightweight alternative to Sun's J2EE patterns for
 web applications or general solutions.
 .
 Despite it being very compact in size (the core is ~128K and it has no
 mandatory dependencies outside the JDK), PicoContainer supports
 different dependency injection types (Constructor, Setter, Annotated
 Field and Method) and offers multiple lifecycle and monitoring
 strategies.