cl-rw

Layered streams for Common Lisp
git clone https://logand.com/git/cl-rw.git/
Log | Files | Refs

commit 32b65f17938113f4f7b5a50abd97aea94dcccd7e
parent b6fbcdd2acd6a1331fc86a1c76f21dfd78e010a1
Author: Tomas Hlavaty <tom@logand.com>
Date:   Sun,  6 Dec 2015 17:09:12 +0100

more string dependency up

Diffstat:
Mcl-rw.asd | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cl-rw.asd b/cl-rw.asd @@ -31,6 +31,7 @@ :depends-on (#+sbcl :sb-concurrency #+(or sbcl ecl) :sb-bsd-sockets) :serial t :components ((:file "rw") + (:file "string") (:file "filesystem") (:file "base64") (:file "xml") @@ -47,7 +48,6 @@ (:file "ui") (:file "cas") (:file "zip") - (:file "string") (:file "der") (:file "wire") (:file "dns")