File: control

package info (click to toggle)
bcel 6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 16,932 kB
  • sloc: java: 39,057; xml: 2,927; makefile: 6; sh: 1
file content (57 lines) | stat: -rw-r--r-- 2,581 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
53
54
55
56
57
Source: bcel
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner@debian.org>, Emmanuel Bourg <ebourg@apache.org>
Build-Depends-Indep: default-jdk, default-jdk-doc
Build-Depends:
 debhelper (>= 9),
 libcommons-lang3-java,
 libjna-platform-java,
 libmaven-bundle-plugin-java,
 libmaven-javadoc-plugin-java,
 junit4,
 maven-debian-helper (>= 2.1~)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/bcel.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/bcel.git
Homepage: http://commons.apache.org/bcel/

Package: libbcel-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Suggests: libbcel-java-doc, ${maven:OptionalDepends}
Description: Analyze, create, and manipulate (binary) Java class files
 The Byte Code Engineering Library is intended to give users a convenient
 possibility to analyze, create, and manipulate (binary) Java class files
 (those ending with .class). Classes are represented by objects which contain
 all the symbolic information of the given class: methods, fields and byte
 code instructions, in particular.
 .
 Such objects can be read from an existing file, be transformed by a program
 (e.g. a class loader at run-time) and dumped to a file again. An even more
 interesting application is the creation of classes from scratch at run-time.
 The Byte Code Engineering Library (BCEL) may be also useful if you want to
 learn about the Java Virtual Machine (JVM) and the format of Java .class
 files. 

Package: libbcel-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends}, ${misc:Depends}
Suggests: libbcel-java, ${maven:DocOptionalDepends}
Description: Documentation for Byte Code Engineering Library (BCEL)
 The Byte Code Engineering Library is intended to give users a convenient
 possibility to analyze, create, and manipulate (binary) Java class files
 (those ending with .class). Classes are represented by objects which contain
 all the symbolic information of the given class: methods, fields and byte
 code instructions, in particular.
 .
 Such objects can be read from an existing file, be transformed by a program
 (e.g. a class loader at run-time) and dumped to a file again. An even more
 interesting application is the creation of classes from scratch at run-time.
 The Byte Code Engineering Library (BCEL) may be also useful if you want to
 learn about the Java Virtual Machine (JVM) and the format of Java .class
 files. 
 .
 This package contains the API (javadoc) documentation.