asm 9.6~us1-0ubuntu1 source package in Ubuntu

Changelog

asm (9.6~us1-0ubuntu1) noble; urgency=medium

  * New upstream release (LP: #2051746):
    - Refreshed the patches

 -- Vladimir Petko <email address hidden>  Thu, 04 Jan 2024 10:46:07 +1300

Upload details

Uploaded by:
Vladimir Petko
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
asm_9.6~us1.orig.tar.xz 598.4 KiB 6db63b9effb7dd5b57ed9da1ae9a6a36b239c0e7f5128a1652e9d9f0aabc8a2e
asm_9.6~us1-0ubuntu1.debian.tar.xz 10.6 KiB eed8c84d2b712304fabf36f083b7bd0a229ccad48dab7116d03ec911518ff2d1
asm_9.6~us1-0ubuntu1.dsc 1.9 KiB 8dfaeee10aad75f2e490a4a8d5c229d83e2a937cf39ab6ce7d1cbaf5169ca021

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.