diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2004-03-29 22:19:19 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2004-03-29 22:19:19 +0000 |
commit | 3804b7c833b998bfa460cbc18475561b83e27c38 (patch) | |
tree | 36b554d46ac9e538c635493bb91a766ed4fd0841 /dev-java/asm/metadata.xml | |
parent | Set MATHLIB in the ebuild. Fixes bug 45636. (Manifest recommit) (diff) | |
download | gentoo-2-3804b7c833b998bfa460cbc18475561b83e27c38.tar.gz gentoo-2-3804b7c833b998bfa460cbc18475561b83e27c38.tar.bz2 gentoo-2-3804b7c833b998bfa460cbc18475561b83e27c38.zip |
Initial import. Fixes #45995.
Diffstat (limited to 'dev-java/asm/metadata.xml')
-rw-r--r-- | dev-java/asm/metadata.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-java/asm/metadata.xml b/dev-java/asm/metadata.xml new file mode 100644 index 000000000000..f6a3af72e6ba --- /dev/null +++ b/dev-java/asm/metadata.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>karltk@gentoo.org</email> + <description>Primary maintainer</description> +</maintainer> + +<longdescription> +ASM is a 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 more +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 of +the order of 60% with ASM, 700% or more with BCEL, and 1100% or more +with SERP). Indeed ASM was designed to be used in a dynamic way* and was +therefore designed and implemented to be as small and as fast as +possible. +</longdescription> +</pkgmetadata> |