asm 9.4-1 source package in Ubuntu

Changelog

asm (9.4-1) unstable; urgency=medium

  * New upstream release
    - Refreshed the patches
  * Removed the -java-doc package
  * Standards-Version updated to 4.6.1

 -- Emmanuel Bourg <email address hidden>  Mon, 28 Nov 2022 00:20:38 +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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
asm_9.4-1.dsc 2.0 KiB 3f4a7e5db8e039991a546b48e7c332f48e23dca2a53f0a8e2cc2589acd89d370
asm_9.4.orig.tar.xz 595.8 KiB 32793f733d008e66602a9c6dcff39c152eae5e394283cca466db0d83bd02297c
asm_9.4-1.debian.tar.xz 10.6 KiB 8e28dc484433ff7fe93bb0798600dfa4d740b8be91eed1f0f40834c21e3c1d7b

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.