Style changes.
[iolib.git] / src / iolib.trivial-sockets.asd
blobea5b17d51be45a2e77c0c2cf61e3c236e022ec6b
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@common-lisp.net>"
9   :licence "MIT"
10   :depends-on (:iolib.base :iolib.sockets)
11   :pathname (merge-pathnames #p"sockets/" *load-truename*)
12   :components
13   ((:file "trivial-sockets")))