Loading asdf.lisp +2 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,8 @@ ;;; the problem with writing a defsystem replacement is bootstrapping: ;;; we can't use defsystem to compile it. Hence, all in one file #+xcvb (module ()) (defpackage #:asdf (:export #:defsystem #:oos #:operate #:find-system #:run-shell-command #:system-definition-pathname #:find-component ; miscellaneous Loading build.xcvb 0 → 100644 +9 −0 Original line number Diff line number Diff line #+xcvb (module (:fullname "asdf" :author ("Daniel Barlow and contributors") :licence "MIT" ;; MIT-style license. See asdf.lisp :description "ASDF" :long-description "Another System Definition Facility." :depends-on ("asdf") :build-image nil)) Loading
asdf.lisp +2 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,8 @@ ;;; the problem with writing a defsystem replacement is bootstrapping: ;;; we can't use defsystem to compile it. Hence, all in one file #+xcvb (module ()) (defpackage #:asdf (:export #:defsystem #:oos #:operate #:find-system #:run-shell-command #:system-definition-pathname #:find-component ; miscellaneous Loading
build.xcvb 0 → 100644 +9 −0 Original line number Diff line number Diff line #+xcvb (module (:fullname "asdf" :author ("Daniel Barlow and contributors") :licence "MIT" ;; MIT-style license. See asdf.lisp :description "ASDF" :long-description "Another System Definition Facility." :depends-on ("asdf") :build-image nil))