Add asdf-finalizers
authorFrancois-Rene Rideau <tunes@google.com>
Fri, 29 Jun 2012 16:28:45 +0000 (12:28 -0400)
committerFrancois-Rene Rideau <tunes@google.com>
Fri, 29 Jun 2012 16:28:45 +0000 (12:28 -0400)
asdf-contrib.asd
build.xcvb

index 7136c6a..a9a5a94 100644 (file)
   :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 ())
index e364e9e..92fec42 100644 (file)
@@ -1,5 +1,7 @@
 ;;-*- 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")))