Source: libasm4-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Aditya Vaidya , Damien Raude-Morvan Build-Depends: cdbs, debhelper (>= 9), default-jdk Build-Depends-Indep: ant (>= 1.6.5), maven-repo-helper Standards-Version: 3.9.7 Vcs-Git: https://anonscm.debian.org/git/pkg-java/libasm4-java.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libasm4-java.git Homepage: http://asm.objectweb.org Package: libasm4-java Architecture: all Depends: ${misc:Depends} Description: 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. Package: libasm4-java-doc Architecture: all Section: doc Depends: ${misc:Depends} Suggests: libasm4-java Description: 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.