:licence "MIT"
:description "Extensions to ASDF"
:long-description "At this time, just a meta-package for various ASDF extensions"
+ :build-depends-on (:asdf :asdf-encodings) ;; needs to be loaded early.
:depends-on
- (:asdf
- :asdf-encodings
- :asdf-bundle
+ (:asdf-bundle
:asdf-condition-control ;; NB: distributed as part of xcvb
+ :asdf-finalizers
;; :asdf-dependency-grovel ;; most people won't want this
;; :poiu ;; most people won't want this either
)
- :components
- ())
+ :components ())
;;-*- Lisp -*-
(module
(:fullname "asdf-contrib"
- :build-depends-on ("/asdf" "/asdf-encodings" "/asdf-bundle" "/xcvb/asdf-condition-control")
+ :build-depends-on
+ ("/asdf" "/asdf-encodings" "/asdf-bundle" "/asdf-finalizers"
+ "/xcvb/asdf-condition-control")
:supersedes-asdf ("asdf-contrib")))