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

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

moved threadsafe queue and added more tests.

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