Manifest-Version: 1.0 Implementation-Title: Tree API of ASM, a very small and fast Java byteco de manipulation framework Implementation-Version: 9.7 Bundle-DocURL: http://asm.ow2.org Bundle-License: BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt Bundle-ManifestVersion: 2 Bundle-Name: org.objectweb.asm.tree Bundle-RequiredExecutionEnvironment: J2SE-1.5 Bundle-SymbolicName: org.objectweb.asm.tree Bundle-Version: 9.7 Export-Package: org.objectweb.asm.tree;version="9.7";uses:="org.objectwe b.asm,org.objectweb.asm.signature" Import-Package: org.objectweb.asm;version="9.7",org.objectweb.asm.signat ure;version="9.7" Module-Requires: org.objectweb.asm;transitive=true