
Author: psmith Date: Wed Oct 4 14:28:01 2006 New Revision: 5 Added: nio-httpd.asd Modified: nio.asd Log: Commited asdf-install able changes by William Bland Added: nio-httpd.asd ============================================================================== --- (empty file) +++ nio-httpd.asd Wed Oct 4 14:28:01 2006 @@ -0,0 +1,6 @@ + +(defsystem :nio-httpd + :components ((:file "nio-server") + (:file "nio-httpd" :depends-on ("nio-server")) + (:file "nio-httpd-default-site" :depends-on ("nio-httpd"))) + :depends-on (:nio)) Modified: nio.asd ============================================================================== --- nio.asd (original) +++ nio.asd Wed Oct 4 14:28:01 2006 @@ -9,5 +9,5 @@ (:file "async-socket" :depends-on ("async-fd")) ) - :depends-on (:cffi)) + :depends-on (:cffi :event-notification))
participants (1)
-
psmith@common-lisp.net