small changes to the reverser test
[iolib.git] / net.trivial-sockets.asd
blob602f00b568222195da0f0fe0f7083155b816c256
1 ;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*-
3 (in-package :common-lisp-user)
5 (asdf:defsystem :net.trivial-sockets
6   :description "Trivial-Sockets compatibility layer."
7   :author "Dan Barlow <dan@telent.net>"
8   :maintainer "Stelian Ionescu <sionescu@common-lisp.net>"
9   :licence "MIT"
10   :depends-on (:net.sockets)
11   :pathname (merge-pathnames #p"net.sockets/" *load-truename*)
12   :components
13   ((:file "trivial-sockets")))