dev-java/openjdk-jre-bin: drop old
[gentoo.git] / dev-java / asm / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <maintainer type="project">
5                 <email>java@gentoo.org</email>
6                 <name>Java</name>
7         </maintainer>
8
9         <longdescription>
10         ASM is a Java bytecode manipulation framework. It can be used to
11         dynamically generate stub classes or other proxy classes, directly in
12         binary form, or to dynamically modify classes at load time, i.e., just
13         before they are loaded into the Java Virtual Machine.
14
15         ASM offers similar functionalities as BCEL or SERP, but is much more
16         smaller (25KB instead of 350KB for BCEL and 150KB for SERP) and faster
17         than these tools (the overhead of a load time class transformation is of
18         the order of 60% with ASM, 700% or more with BCEL, and 1100% or more
19         with SERP). Indeed ASM was designed to be used in a dynamic way* and was
20         therefore designed and implemented to be as small and as fast as
21         possible.
22         </longdescription>
23 </pkgmetadata>