1 ;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
4 :description "I/O library."
5 :author "Stelian Ionescu <sionescu@cddr.org>"
6 :maintainer "Stelian Ionescu <sionescu@cddr.org>"
7 :version #.(with-open-file (f (merge-pathnames "../version.lisp-expr"
8 (or *compile-file-pathname*
12 :defsystem-depends-on (:iolib.asdf :iolib.conf)
13 :depends-on (:iolib.base :iolib.multiplex :iolib.streams :iolib.sockets)
14 :default-component-class :iolib-source-file
16 :components ((:file "pkgdcl")))
18 (defmethod perform ((o test-op) (c (eql (find-system :iolib))))
19 (oos 'test-op :iolib-tests))
21 (defmethod operation-done-p ((o test-op) (c (eql (find-system :iolib))))