File: control

package info (click to toggle)
cglib 3.2.12-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,536 kB
  • sloc: java: 15,184; xml: 624; makefile: 4
file content (52 lines) | stat: -rw-r--r-- 1,657 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Source: cglib
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 ant,
 debhelper (>= 11),
 default-jdk,
 junit4,
 libasm-java (>= 7.0),
 libjarjar-maven-plugin-java,
 libmaven-javadoc-plugin-java,
 maven-debian-helper (>= 2.0.4)
Standards-Version: 4.4.0
Vcs-Git: https://salsa.debian.org/java-team/cglib.git
Vcs-Browser: https://salsa.debian.org/java-team/cglib
Homepage: http://cglib.sourceforge.net

Package: libcglib-java
Architecture: all
Depends: ${misc:Depends}, libasm-java (>= 6.0)
Suggests: ${maven:OptionalDepends}
Description: Code generation library for Java
 cglib is a powerful, high performance and quality code generation
 library. It is used to extend Java classes and implement interfaces at
 run-time.

Package: libcglib-nodep-java
Architecture: all
Depends: ${misc:Depends}
Breaks: libcglib-java (<< 3.0)
Replaces: libcglib-java (<< 3.0)
Built-Using: asm (= ${asm:Version})
Description: Code generation library for Java (without dependencies)
 cglib is a powerful, high performance and quality code generation
 library. It is used to extend Java classes and implement interfaces at
 run-time.
 .
 This package contains the cglib-nodep artifact.

Package: libcglib-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: libcglib-java
Description: Code generation library for Java (documentation)
 cglib is a powerful, high performance and quality code generation
 library. It is used to extend Java classes and implement interfaces at
 run-time.
 .
 This package includes the documentation.