asm 6.0~alpha-2 source package in Ubuntu

Changelog

asm (6.0~alpha-2) unstable; urgency=medium

  * Team upload.
  * Removed the module-info.class from the jars
    (not compatible with the latest Java 9 spec)
  * Track and download the new releases from the OW2's GitLab repository
  * Standards-Version updated to 4.1.1

 -- Emmanuel Bourg <email address hidden>  Mon, 20 Nov 2017 15:41:09 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
asm_6.0~alpha-2.dsc 2.1 KiB ee7968622cefa87e086543e45a4ab23be78d079fa1fb0cd4f5b684b5f2ed8e41
asm_6.0~alpha.orig.tar.xz 14.1 MiB 81c7661525ab02ab4e2e2a3ee99b6d9f98414d0e0b803822f558177d33a6fdad
asm_6.0~alpha-2.debian.tar.xz 5.6 KiB 4a8af36fe87a22cc446d0dcb5a81785350a50ad0811e959ecd14ef64dec36f6a

Available diffs

No changes file available.

Binary packages built by this source

libasm-java: Java bytecode manipulation framework

 ASM is an all purpose Java bytecode manipulation and analysis framework.
 It can be used to modify existing classes or dynamically generate classes,
 directly in binary form. Provided common transformations and analysis
 algorithms allow one to easily assemble custom complex transformations
 and code analysis tools.
 .
 ASM offer similar functionality as other bytecode frameworks, but it is
 focused on simplicity of use and performance. Because it was designed and
 implemented to be as small and as fast as possible, it makes it very
 attractive for using in dynamic systems.

libasm-java-doc: Java bytecode manipulation framework (documentation)

 ASM is an all purpose Java bytecode manipulation and analysis framework.
 It can be used to modify existing classes or dynamically generate classes,
 directly in binary form. Provided common transformations and analysis
 algorithms allow one to easily assemble custom complex transformations
 and code analysis tools.
 .
 ASM offer similar functionality as other bytecode frameworks, but it is
 focused on simplicity of use and performance. Because it was designed and
 implemented to be as small and as fast as possible, it makes it very
 attractive for using in dynamic systems.
 .
 This package includes the API Javadoc and examples.