File: control

package info (click to toggle)
chezscheme 10.0.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 36,908 kB
  • sloc: ansic: 24,192; sh: 1,132; makefile: 386; csh: 368; asm: 168
file content (65 lines) | stat: -rw-r--r-- 2,365 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Source: chezscheme
Section: lisp
Priority: optional
Maintainer: Gwen Weinholt <weinholt@debian.org>
Uploaders: Barak A. Pearlmutter <bap@debian.org>
Build-Depends: debhelper (>= 10), dh-exec,
       zuo:native,
       zlib1g-dev | libz-dev,
       zlib1g-dev:native | libz-dev:native,
       liblz4-dev,
       liblz4-dev:native,
       libncurses-dev,
       libncurses-dev:native,
       uuid-dev,
       uuid-dev:native,
       libx11-dev,
       r6rs-nanopass-dev
Build-Depends-Indep: stex <!nodoc>
Standards-Version: 4.6.1
Homepage: https://cisco.github.io/ChezScheme/
Vcs-Git: https://salsa.debian.org/scheme-team/chezscheme.git
Vcs-Browser: https://salsa.debian.org/scheme-team/chezscheme

Package: chezscheme
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: ikarus (<< 0.0.3+bzr.2010.01.26-5)
Suggests: chezscheme-doc
Description: Reliable, high performance Scheme compiler
 Chez Scheme is both a programming language and an implementation of
 that language, with supporting tools and documentation.
 .
 As a superset of the language described in the Revised^6 Report on
 the Algorithmic Language Scheme (R6RS), Chez Scheme supports all
 standard features of Scheme, including first-class procedures, proper
 treatment of tail calls, continuations, user-defined records,
 libraries, exceptions, and hygienic macro expansion.
 .
 Chez Scheme also includes extensive support for interfacing with C
 and other languages, support for multiple threads possibly running on
 multiple cores, non-blocking I/O, and many other features.

Package: chezscheme-dev
Section: devel
Architecture: any
Multi-Arch: same
Depends: chezscheme (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Reliable, high performance Scheme compiler (C development files)
 Chez Scheme is both a programming language and an implementation of
 that language, with supporting tools and documentation.
 .
 This package contains the runtime kernel and C headers.

Package: chezscheme-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Build-Profiles: <!nodoc>
Description: Reliable, high performance Scheme compiler (documentation)
 Chez Scheme is both a programming language and an implementation of
 that language, with supporting tools and documentation.
 .
 This package contains the documentation.