asm 7.2-1 source package in Ubuntu

Changelog

asm (7.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
    - Fixed the build for Gradle 4.4
  * Updated the homepage URL
  * Standards-Version updated to 4.5.0

 -- Emmanuel Bourg <email address hidden>  Sat, 25 Jan 2020 21:37:01 +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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
asm_7.2-1.dsc 2.0 KiB 65a4c4a30ed40c1fcf2d9dd2415aeffcc2afd5c51ea091c728b2181e1ac033ef
asm_7.2.orig.tar.xz 575.4 KiB c479093082264ef92a0ae9741d37840e2f0dd542ba24404ccc7d9abc33053a60
asm_7.2-1.debian.tar.xz 10.3 KiB 69503db1e0f44eaf9ddc684a49e97461f151b238a25ba7e3104754881c0ac549

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.