;;;; $Id$ ;;;; $URL$ ;;;; See the LICENSE file for licensing information. (cl:defpackage #:trivial-usocket-system (:use #:cl #:asdf)) (cl:in-package #:trivial-usocket-system) (defsystem trivial-usocket :name "trivial-usocket" :author "Erik Huelsmann" :version "0.1.0-dev" :licence "MIT" :description "trivial-sockets compatibility layer for usocket" :depends-on (#:usocket #:trivial-gray-streams) :components ((:file "trivial-usocket")))