asm 9.5-1 source package in Ubuntu

Changelog

asm (9.5-1) unstable; urgency=medium

  * New upstream release
    - Refreshed the patches
    - No longer depend on bnd
  * Standards-Version updated to 4.6.2

 -- Emmanuel Bourg <email address hidden>  Fri, 22 Sep 2023 12:48:13 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
asm_9.5-1.dsc 1.9 KiB d202837a73f342506d0051f8122d1c686c59d0a0e53273ec8881e1d914ae8a92
asm_9.5.orig.tar.xz 596.5 KiB b058cd528898b0b8be1765fd232a5c04e5b5834f5a063b09f6fdb6b462acbc90
asm_9.5-1.debian.tar.xz 10.4 KiB 34c5866c1a999961602d07f22815ea194e83ea26aba0dc07ab7fbe9de8d649f0

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.