asm 9.7-1 source package in Ubuntu

Changelog

asm (9.7-1) unstable; urgency=medium

  * New upstream release
    - Refreshed the patches

 -- Emmanuel Bourg <email address hidden>  Mon, 08 Apr 2024 17:37:43 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
asm_9.7-1.dsc 1.9 KiB 413fc7b17640b752f34e21dbd13009e1f38874474ff971ee6f88b236321ecfbd
asm_9.7.orig.tar.xz 599.9 KiB 3acb7639359649fe59dcbcd408e8660e832ce2c76cfa99933338b5bce863ac87
asm_9.7-1.debian.tar.xz 10.6 KiB 1234905ceb0215b06184cab2c0a575b2021c1284b8db576d984b70693aef1def

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.