X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=kmrcl.asd;h=a90e20690be985fdb7ab77b18eb4076d7cdc2ec9;hp=7a2ff95a0f62ae341a01396e318cd5701fa48944;hb=90225d9ba12f7a9116bcc923afdaf6e76a8c6728;hpb=969fdba72abb830cd8fff86cc77c21b4a7da3620 diff --git a/kmrcl.asd b/kmrcl.asd index 7a2ff95..a90e206 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -26,10 +26,9 @@ (defsystem kmrcl :name "kmrcl" :author "Kevin M. Rosenberg " - :version "1.31+" :maintainer "Kevin M. Rosenberg " :licence "LLGPL" - + :depends-on (#+sbcl sb-posix) :components ((:file "package") (:file "ifstar" :depends-on ("package")) @@ -58,7 +57,7 @@ (:file "processes" :depends-on ("macros")) (:file "listener" :depends-on ("sockets" "processes" "console")) (:file "repl" :depends-on ("listener" "strings")) - (:file "os" :depends-on ("macros")) + (:file "os" :depends-on ("macros" "impl")) )) (defmethod perform ((o test-op) (c (eql (find-system 'kmrcl))))