sbcl stuff
This commit is contained in:
parent
1d1dbc34df
commit
5d91dbb667
335 changed files with 119806 additions and 1 deletions
|
|
@ -0,0 +1,10 @@
|
|||
;;; -*- mode: lisp -*-
|
||||
|
||||
(defsystem :trivial-gray-streams
|
||||
:description "Compatibility layer for Gray Streams (see http://www.cliki.net/Gray%20streams)."
|
||||
:license "MIT"
|
||||
:author "David Lichteblau"
|
||||
:maintainer "Anton Vodonosov <avodonosov@yandex.ru>"
|
||||
:version "2.0"
|
||||
:serial t
|
||||
:components ((:file "package") (:file "streams")))
|
||||
Loading…
Add table
Add a link
Reference in a new issue