bcel 5.2-10 source package in Ubuntu RTM
Changelog
bcel (5.2-10) unstable; urgency=medium * Removed the duplicate API documentation in libbcel-java-doc * debian/control: - Standards-Version updated to 3.9.5 (no changes) - Removed Michael Koch from the uploaders (Closes: #653995) - Use a canonical URL for the Vcs-Svn field - Updated the Homepage field * Switch to debhelper level 9 * debian/copyright: Updated to the Copyright Format 1.0 -- Emmanuel Bourg <email address hidden> Wed, 23 Apr 2014 23:31:05 +0200
Upload details
- Uploaded by:
- Debian Java Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- all
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
14.09-factory | release | main | libs | |
14.09 | release | main | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
bcel_5.2-10.dsc | 2.1 KiB | 72913193e546bd3813ecca33f4e7325b83ef511bcca87fb89c9ae5a35d7a9e22 |
bcel_5.2.orig.tar.gz | 255.3 KiB | 68039d59a38379d7b65ea3fc72276c43ba234776460e14361af35771bcaab295 |
bcel_5.2-10.debian.tar.xz | 6.1 KiB | 12272b5f071423721a07d73815496d9e09b4fa2497b43fefb45b10ffc9113132 |
Available diffs
No changes file available.
Binary packages built by this source
- libbcel-java: 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.
- libbcel-java-doc: 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.