trivial-gray-streams.asd - clic - Clic is an command line interactive client for gopher written in Common LISP
 (HTM) git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
       trivial-gray-streams.asd (337B)
       ---
            1 ;;; -*- mode: lisp -*-
            2 
            3 (defsystem :trivial-gray-streams
            4   :description "Compatibility layer for Gray Streams (see http://www.cliki.net/Gray%20streams)."
            5   :license "MIT"
            6   :author "David Lichteblau"
            7   :maintainer "Anton Vodonosov <avodonosov@yandex.ru>"
            8   :version "2.0"
            9   :serial t
           10   :components ((:file "package") (:file "streams")))