File: trivial-gray-streams.asd

package info (click to toggle)
trivial-gray-streams 20200731.git8e6a1a0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 128 kB
  • sloc: lisp: 588; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 375 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
;;;; -*- Mode: LISP; Base: 10; Syntax: ANSI-Common-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")))