From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-java/asm/metadata.xml | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 dev-java/asm/metadata.xml (limited to 'dev-java/asm/metadata.xml') diff --git a/dev-java/asm/metadata.xml b/dev-java/asm/metadata.xml deleted file mode 100644 index 930ec624c680..000000000000 --- a/dev-java/asm/metadata.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - java@gentoo.org - Java - - - kaiboma06@gmail.com - Kaibo Ma - - - 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. - - - https://asm.ow2.io/documentation.html - https://gitlab.ow2.org/asm/asm/-/issues - - -- cgit v1.3.1