source: branches/home/psmith/restructure/src/protocol/http/nio-http.asd

Last change on this file was 22, checked in by psmith, 18 years ago

Parameterised protocol in nio-server

File size: 301 bytes
Line 
1;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
2
3(in-package :asdf)
4
5(defsystem :nio-http
6
7    :components ((:file "nio-http-package")
8                 (:file "http-response" :depends-on ("nio-http-package"))
9                 (:file "http-state-machine" :depends-on ("nio-http-package"))
10                 )
11
12    :depends-on (:nio))
Note: See TracBrowser for help on using the repository browser.