File: control

package info (click to toggle)
cmucl 21d-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 45,328 kB
  • sloc: lisp: 378,758; ansic: 30,673; asm: 2,977; sh: 1,417; makefile: 357; csh: 31
file content (82 lines) | stat: -rw-r--r-- 2,774 bytes parent folder | download | duplicates (2)
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Source: cmucl
Section: lisp
Build-Depends: debhelper (>= 9), hevea, tidy, bc, po-debconf
Build-Depends-Arch: cmucl (>= 21c), libmotif-dev, x11proto-core-dev, libxt-dev, clang
Build-Depends-Indep: texlive-extra-utils, texlive, texlive-latex-extra
Priority: optional
Maintainer: Debian Common Lisp Team <debian-common-lisp@lists.debian.org>
Uploaders: Peter Van Eynde <pvaneynd@debian.org>
Standards-Version: 4.2.1
Homepage: https://www.cons.org/cmucl/
Vcs-Git: https://salsa.debian.org/common-lisp-team/cmucl.git
Vcs-Browser: https://salsa.debian.org/common-lisp-team/cmucl

Package: cmucl
Architecture: i386
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: cmucl-source, cmucl-docs, ilisp
Provides: lisp-compiler, lisp-core
Recommends: binfmt-support (>= 1.1.2)
Description: CMU Common Lisp compiler and development system
 This is the basis package for CMUCL. It contains the base
 image with the compiler, PCL (CLOS), and the tty based
 debugger.
 .
 It is a Common Lisp development system, written in Common
 Lisp itself with a long history.

Package: cmucl-docs
Architecture: all
Section: doc
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: CMUCL documentation
 This is the documentation of the CMUCL main package.
 The clm, clx and hemlock documentation is still in their own
 packages.

Package: cmucl-clm
Architecture: i386
Depends: ${shlibs:Depends}, ${misc:Depends}, cmucl (>= 21c), cmucl-source
Suggests: cmucl-docs
Description: Motif interface for CMUCL
 This package contains the lisp interface to motif and
 the motifd server program that actually does the processing.
 .
 The motifd server is based on lesstif.
 .
 Included in this package is an X based replacement for the tty based
 debugger and inspector.

Package: cmucl-source
Architecture: all
Depends: ${misc:Depends}
Replaces: cmucl-hemlock, cmucl-clx, cmucl-defsystem, cmucl-graystream
Multi-Arch: foreign
Description: CMUCL lisp sources
 These are the CMUCL sources, provided so that the
 debugger can show useful source information at appropriate
 times.
 .
 This version includes common-lisp-controller compatible
 replacements for defsystem, graystream, clx and hemlock.
 .
 defsystem provides a "make" type system for Lisp. This is
 a patched version from clocc.
 .
 Gray streams are the usual Lisp streams, but re-implemented
 as a Object hierarchy. Users can subclass existing classes and 
 adapt them for their own needs.
 .
 cmucl-clx is the clx library adapted for CMUCL. clx is an
 interface to X11, just like xlib.
 .
 Hemlock is an emacs clone for CMUCL.
 .
 Note that this version only works in X, the tty interface
 is broken: the system can't parse /etc/termcap.
 .
 To open the editor, type "(ed)".
 .
 Note that to recompile CMUCL you need a working CMUCL system :-(