Install this package:
emerge -a dev-java/asm
If the package is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask dev-java/asm
Or alternatively:
emerge --autounmask-write -a dev-java/asm
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9.4 | 8 | amd64 ~arm arm64 ppc64 x86 ~x64-macos | 9 |
| 5.1-r2 | 8 | amd64 ~arm arm64 ppc64 x86 ~x64-macos | 4 |
<pkgmetadata> <maintainer type="project"> <email>java@gentoo.org</email> <name>Java</name> </maintainer> <maintainer type="person" proxied="yes"> <email>kaiboma06@gmail.com</email> <name>Kaibo Ma</name> </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> <upstream> <doc>https://asm.ow2.io/documentation.html</doc> <bugs-to>https://gitlab.ow2.org/asm/asm/-/issues</bugs-to> </upstream> </pkgmetadata>
| Type | File | Size | Versions |
|---|---|---|---|
| DIST | asm-ASM_4_0.tar.gz | 14789505 bytes | 5.1-r2 |
| DIST | asm-ASM_9_4.tar.bz2 | 1380417 bytes | 9.4 |
| Type | File | Size |
|---|---|---|
| DIST | asm-ASM_5_1.tar.gz | 16258842 bytes |
| EBUILD | asm-5.1-r2.ebuild | 1280 bytes |
| EBUILD | asm-9.4.ebuild | 2363 bytes |
| MISC | metadata.xml | 1233 bytes |