
abcl-asdf.abcl-asdf.asd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of abcl-contrib Show documentation
Show all versions of abcl-contrib Show documentation
Extra contributions for ABCL code not necessarily
licensed under the GPLv2 with classpath exception.
The newest version!
;;;; -*- Mode: LISP -*-
(defsystem abcl-asdf
:author "Mark Evenson"
:description "Extensions to ASDF for handling Java binary artifacts."
:long-description ""
:version "2.1.0"
:depends-on (jss abcl-build)
:components
((:module package
:pathname ""
:components ((:file "package")))
(:module base
:pathname ""
:components ((:file "abcl-asdf")
(:file "asdf-jar" :depends-on ("abcl-asdf")))
:depends-on (package maven))
(:module maven
:pathname ""
:components ((:file "maven")
(:file "mvn-module"))
:depends-on (package)))
:in-order-to ((test-op (test-op abcl-asdf-tests))))
© 2015 - 2025 Weber Informatics LLC | Privacy Policy