sbcl stuff
This commit is contained in:
parent
1d1dbc34df
commit
5d91dbb667
335 changed files with 119806 additions and 1 deletions
|
|
@ -0,0 +1,14 @@
|
|||
;;;; -*- 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")))
|
||||
Loading…
Add table
Add a link
Reference in a new issue