1 (asdf:defsystem portaCL 2 :version "0.1.3" 3 :description "Eases the creation of portability libraries." 4 :maintainer " <pix@kepibu.org>" 5 :author " <pixel@kepibu.org>" 6 :licence "BSD-style" 7 :depends-on () 8 :serial t 9 :components ((:file "package") 10 (:file "feature-tests") 11 (:file "conditions") 12 (:file "control-flow") 13 (:file "name-parts") 14 (:file "asdf-components") 15 (:file "reader")))