[nio-devel] nio-httpd

William Bland doctorbill.news at gmail.com
Mon Oct 2 23:18:05 UTC 2006


Here's an asd file for nio-httpd.  Just to make things a little easier
on the end user...

nio-httpd.asd:

;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-

(defsystem :nio-httpd
  :components ((:file "nio-server")
	       (:file "nio-httpd" :depends-on ("nio-server")))
  :depends-on (:nio))

Cheers,
Bill.
-- 
William Bland: http://www.abstractnonsense.org/
Lisp documentation: http://www.lispdoc.com/



More information about the Nio-devel mailing list