1 ;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*-
3 (in-package :common-lisp-user)
6 :description "I/O library."
7 :author "Stelian Ionescu <sionescu@common-lisp.net>"
8 :maintainer "Stelian Ionescu <sionescu@common-lisp.net>"
11 :depends-on (:iolib.base :io.multiplex :io.streams :net.sockets)
12 :pathname (merge-pathnames (make-pathname :directory '(:relative "iolib"))
14 :components ((:file "pkgdcl")))
16 (defmethod asdf:perform ((o asdf:test-op) (c (eql (asdf:find-system :iolib))))
17 (asdf:operate 'asdf:test-op :iolib-tests))
19 (defmethod asdf:operation-done-p ((o asdf:test-op) (c (eql (asdf:find-system :iolib))))