File: control

package info (click to toggle)
cl-chunga 20200403.gitcb333cd-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 180 kB
  • sloc: lisp: 873; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,074 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
Source: cl-chunga
Section: lisp
Priority: optional
Maintainer: Debian Common Lisp Team <debian-common-lisp@lists.debian.org>
Uploaders: Sébastien Villemot <sebastien@debian.org>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.5.0
Homepage: https://edicl.github.io/chunga/
Vcs-Git: https://salsa.debian.org/common-lisp-team/cl-chunga.git
Vcs-Browser: https://salsa.debian.org/common-lisp-team/cl-chunga
Rules-Requires-Root: no

Package: cl-chunga
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, cl-trivial-gray-streams
Description: Portable chunked streams for Common Lisp
 Chunga implements streams capable of chunked encoding on demand as defined
 in RFC 2616. For an example of how these streams can be used see cl-drakma.
 .
 The library needs a Common Lisp implementation that supports Gray streams
 and relies on David Lichteblau's trivial-gray-streams to offer portability
 between different Lisps.
 .
 Chunga is currently not optimized towards performance - it is rather
 intended to be easy to use and (if possible) to behave correctly.