asm 7.0-1~18.04 source package in Ubuntu

Changelog

asm (7.0-1~18.04) bionic; urgency=medium

  * Upload to bionic. LP: #1816528.

 -- Matthias Klose <email address hidden>  Tue, 19 Feb 2019 09:57:38 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Bionic
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe misc
Bionic security universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
asm_7.0.orig.tar.xz 562.4 KiB caccf5a15b41b42aec1dd0da8f663c61426658ed688e4d8943ed0054d9d54f9d
asm_7.0-1~18.04.debian.tar.xz 7.0 KiB 78b2ecabae90c3c50dc74111a19578079a0301162724ee5213dcadd7ba118178
asm_7.0-1~18.04.dsc 2.1 KiB 7f0678ffa7c7c895aa316f75f1fa098b357165c354743db45ecc01c2114af669

View changes file

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.