All Downloads are FREE. Search and download functionalities are using the official Maven repository.

abcl-introspect.objectweb.asd Maven / Gradle / Ivy

Go to download

Extra contributions for ABCL code not necessarily licensed under the GPLv2 with classpath exception.

The newest version!
(defsystem objectweb
  :homepage "https://asm.ow2.org"
  :description "Disassembly to JVM byte code via Objectweb"
  :version "8.0.1"
  :defsystem-depends-on (abcl-asdf) :components
  ((:module maven :components
            ((:mvn "org.ow2.asm/asm-util/8.0.1")))
   (:module source
            :depends-on (maven)
            :pathname "" :components
            ((:file "objectweb")))))










© 2015 - 2025 Weber Informatics LLC | Privacy Policy