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

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

moved threadsafe queue and added more tests.

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