File: control

package info (click to toggle)
cglib3 3.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-backports, jessie-kfreebsd, stretch
  • size: 1,404 kB
  • ctags: 3,282
  • sloc: java: 13,595; xml: 323; makefile: 30; sh: 13
file content (31 lines) | stat: -rw-r--r-- 1,157 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
Source: cglib3
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <nomadium@debian.org>
Build-Depends: ant, cdbs, debhelper (>= 9~), default-jdk, maven-repo-helper
Build-Depends-Indep: junit, libasm4-java, libjarjar-java, javahelper
Standards-Version: 3.9.5
Homepage: http://cglib.sourceforge.net
Vcs-Git: git://anonscm.debian.org/pkg-java/cglib3.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/cglib3.git

Package: libcglib3-java
Architecture: all
Depends: libasm4-java, ${misc:Depends}
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: libcglib3-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: libcglib3-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.