Last change
on this file was
22,
checked in by psmith, 18 years ago
|
Parameterised protocol in nio-server
|
File size:
301 bytes
|
Rev | Line | |
---|
[14] | 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")) |
---|
[22] | 9 | (:file "http-state-machine" :depends-on ("nio-http-package")) |
---|
[14] | 10 | ) |
---|
| 11 | |
---|
[21] | 12 | :depends-on (:nio)) |
---|
Note: See
TracBrowser
for help on using the repository browser.