Fix return format of HARVEST-SELECT-FD-ERRORS.
[iolib.git] / src / iolib.trivial-sockets.asd
blobb0e6177d0fe00670943823726d04df625e7c677e
1 ;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*-
3 (in-package :common-lisp-user)
5 (asdf:defsystem :iolib.trivial-sockets
6   :description "Trivial-Sockets compatibility layer."
7   :author "Dan Barlow <dan@telent.net>"
8   :maintainer "Stelian Ionescu <sionescu@cddr.org>"
9   :licence "MIT"
10   :depends-on (:iolib.base :iolib.sockets)
11   :pathname (merge-pathnames #p"sockets/" *load-truename*)
12   :components
13   ((:file "trivial-sockets")))