openSUSE:Leap:15.1 openSUSE Leap 15.1 https://download.opensuse.org/distribution/leap/15.1/repo/oss/ asm3 Java bytecode manipulation framework 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 smaller.