asm3 3.3.2-2 source package in Ubuntu RTM

Changelog

asm3 (3.3.2-2) unstable; urgency=low


  * Team upload.
  * Updated the watch file to match only the 3.x versions
  * Bumped Standards-Version to 3.9.4 (no changes)
  * Removed Michael Koch from the Uploaders list (Closes: #653989)
  * debian/copyright: Updated the Format URI
  * debian/rules: Improved the clean target to allow rebuilds

  [ Jakub Adam ]
  * Add Eclipse-BuddyPolicy: global to OSGi metadata. This allows asm3
    to find and load classes not in its Require-Bundle and Import-Package.
    (Needed by Jython running inside Eclipse.)

 -- Emmanuel Bourg <email address hidden>  Sat, 27 Apr 2013 22:13:53 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
14.09-factory release main devel
14.09 release main devel

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
asm3_3.3.2-2.dsc 2.1 KiB 36d8ecbc3e813892bd6737a734e949de2f826524d81576feda9c1ab6a7451a96
asm3_3.3.2.orig.tar.gz 586.8 KiB 1331ecbb2b1391341aa798eaeed3f591eb7ff0226851de74f7ab35d0725997f8
asm3_3.3.2-2.debian.tar.gz 5.7 KiB c953cd2a6c24392010cbe5dee5fa28c8329b3e92ab3d1724011a11bf9f8ac80c

No changes file available.

Binary packages built by this source

libasm3-java: Java bytecode manipulation framework

 It can be used to dynamically generate stub classes or other proxy classes,
 directly in binary form, or to dynamically modify classes at load time, i.e.,
 just before they are loaded into the Java Virtual Machine.
 .
 ASM offers similar functionalities as BCEL or SERP, but is much smaller
 (25KB instead of 350KB for BCEL and 150KB for SERP) and faster
 than these tools (the overhead of a load time class transformation is on
 the order of 60% with ASM, 700% or more with BCEL, and 1100% or more with
 SERP). ASM was designed to be used in a dynamic and static way and was
 therefore designed and implemented to be as small and as fast as possible.

libasm3-java-doc: Documentation for ASM, the Java(TM) bytecode manipulation framework

 It can be used to dynamically generate stub classes or other proxy classes,
 directly in binary form, or to dynamically modify classes at load time, i.e.,
 just before they are loaded into a Java(TM) Virtual Machine.
 .
 This package includes the API Javadoc and examples.