asm 7.1-2 source package in Ubuntu

Changelog

asm (7.1-2) unstable; urgency=medium

  * Team upload.
  * Restored the remapping adapters to preserve the backward compatibility

 -- Emmanuel Bourg <email address hidden>  Fri, 19 Jul 2019 13:13:32 +0200

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

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
asm_7.1-2.dsc 2.0 KiB a18b630b41a0d130ca704a5379d4a6b3ffe6f3312a043e06c0fffed867b35de7
asm_7.1.orig.tar.xz 574.6 KiB 3dc5fff8b4b4e4d9044deb8bde7991a3c7d9f761bbf525ee72c77306949dae6c
asm_7.1-2.debian.tar.xz 10.0 KiB ab5366ff4372974aca6ace1e27cb0af3eccee4c44e0ba52557816fa97513ef5b

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.