File: control

package info (click to toggle)
cdi-api 1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,132 kB
  • sloc: java: 1,542; xml: 776; sh: 175; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,140 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
Source: cdi-api
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-compat (= 13),
               default-jdk,
               javahelper,
               maven-debian-helper,
               libatinject-jsr330-api-java,
               libgeronimo-interceptor-3.0-spec-java,
               libmaven-bundle-plugin-java,
               libel-api-java,
               testng
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/cdi-api.git
Vcs-Browser: https://salsa.debian.org/java-team/cdi-api
Homepage: http://cdi-spec.org

Package: libcdi-api-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Contexts and Dependency Injection for Java EE
 Contexts and Dependency Injection (CDI aka JSR 299) defines a set of
 complementary services to help usage of Inversion of Control (IoC)
 on Java EE platform (like with Spring Framework).
 .
 CDI can be used on Java EE platform but some container also support
 running on Java SE.