File: control

package info (click to toggle)
sisu-inject 0.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,436 kB
  • ctags: 3,365
  • sloc: java: 24,737; xml: 5,028; cs: 184; sh: 8; makefile: 4
file content (32 lines) | stat: -rw-r--r-- 1,271 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
Source: sisu-inject
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 9),
               default-jdk,
               junit4,
               libbuild-helper-maven-plugin-java,
               libcdi-api-java,
               libguice-java,
               liblogback-java,
               libosgi-core-java (>= 6.0),
               libservlet3.1-java,
               libslf4j-java,
               libtomcat8-java,
               maven-debian-helper (>= 1.5),
               testng
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/sisu-inject.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/sisu-inject.git
Homepage: http://www.eclipse.org/sisu/

Package: libsisu-inject-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Dependency Injection container for Java
 Sisu is a modular JSR330-based container that supports classpath scanning,
 auto-binding, and dynamic auto-wiring. Sisu uses Google-Guice to perform
 dependency injection and provide the core JSR330 support, but removes the
 need to write explicit bindings in Guice modules.