dotfiles/sbcl/.quicklisp/dists/quicklisp/software/usocket-0.8.3/usocket-server.asd
2020-01-20 14:13:08 -05:00

14 lines
411 B
Common Lisp

;;;; -*- Mode: Lisp -*-
;;;;
;;;; See the LICENSE file for licensing information.
(in-package :asdf)
(defsystem usocket-server
:name "usocket (server)"
:author "Chun Tian (binghe)"
:version (:read-file-form "version.sexp")
:licence "MIT"
:description "Universal socket library for Common Lisp (server side)"
:depends-on (:usocket :bordeaux-threads)
:components ((:file "server")))