File: control

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 (27 lines) | stat: -rw-r--r-- 1,156 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: trivial-gray-streams
Maintainer: Debian Common Lisp Team <debian-common-lisp@lists.debian.org>
Uploaders: Peter Van Eynde <pvaneynd@debian.org>
Section: lisp
Priority: optional
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/common-lisp-team/trivial-gray-streams
Vcs-Git: https://salsa.debian.org/common-lisp-team/trivial-gray-streams.git
Homepage: https://common-lisp.net/project/trivial-gray-streams/
Rules-Requires-Root: no

Package: cl-trivial-gray-streams
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: thin compatibility layer for Common Lisp gray streams
 This system provides an extremely thin compatibility layer for Common Lisp
 gray streams, which provide a standard way for users to define their own
 streams for use by the standard I/O functions.
 .
 Gray streams is an interface proposed for inclusion with ANSI Common Lisp by
 David N. Gray. The proposal did not make it into the standard, but most
 popular Common Lisp implementations implement this facility anyway.
 .
 This system provides an extremely thin compatibility layer for gray
 streams.