asm 6.0~alpha-1 source package in Ubuntu

Changelog

asm (6.0~alpha-1) unstable; urgency=medium

  * New upstream release
  * Use pkg-info.mk instead of parsing dpkg-parsechangelog to get the version
  * Standards-Version updated to 4.0.0

 -- Emmanuel Bourg <email address hidden>  Fri, 30 Jun 2017 13:57:01 +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

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
asm_6.0~alpha-1.dsc 2.1 KiB b19292f955069d13f1c6d6fa7afd63b3ede61af7eeb160e7b9c042fb8b092780
asm_6.0~alpha.orig.tar.xz 14.1 MiB 81c7661525ab02ab4e2e2a3ee99b6d9f98414d0e0b803822f558177d33a6fdad
asm_6.0~alpha-1.debian.tar.xz 5.4 KiB 58055c27be1edbe7f38725958ab9597c86e8a012ac4aa29c17e3a94b8658d1cb

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.