1 ASM is a bytecode processing library used by GNU Classpath's rmic and
2 javah tools. It is not maintained as part of GNU Classpath, but is
3 imported into the repository for simpler builds.
5 The ASM project pages are at http://asm.objectweb.org/
7 The currently imported version is ASM 2.2.3. The sources were checked
8 out of CVS using the ASM_2_2_3 tag. I've only imported a subset of
9 the whole checkout: namely, LICENSE.txt and the sources themselves.