File: control

package info (click to toggle)
gcl 2.6.12-47
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 55,420 kB
  • ctags: 111,171
  • sloc: ansic: 177,186; lisp: 154,207; asm: 128,169; sh: 22,274; cpp: 11,923; tcl: 3,181; perl: 2,930; makefile: 2,348; sed: 334; yacc: 226; lex: 95; awk: 30; fortran: 24; csh: 23
file content (39 lines) | stat: -rw-r--r-- 1,529 bytes parent folder | download | duplicates (4)
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
Source: gcl
Section: lisp
Priority: optional
Maintainer: Camm Maguire <camm@debian.org>
Homepage: http://gnu.org/software/gcl
Build-Depends: debhelper (>= 5), libreadline-dev, m4, tk8.6-dev, libgmp-dev, autotools-dev, libxmu-dev, libxaw7-dev, po-debconf, zlib1g-dev, tcl
Standards-Version: 3.9.8

Package: gcl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${gcc}, debconf (>= 1.2.0), emacs24 | emacsen, ucf
Breaks: emacsen-common (<< 2.0.0)
Suggests: gcl-doc
Description: GNU Common Lisp compiler
 GNU Common Lisp (GCL) is a Common Lisp compiler and interpreter
 implemented in C, and complying mostly with the standard set 
 forth in the book "Common Lisp, the Language I".  It attempts
 to strike a useful middle ground in performance and portability
 from its design around C.
 .
 This package contains the Lisp system itself.  Documentation 
 is provided in the gcl-doc package.

Package: gcl-doc
Section: doc
Architecture: all
Conflicts: gclinfo
Replaces: gclinfo
Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}
Description: Documentation for GNU Common Lisp
 GNU Common Lisp (GCL) is a Common Lisp compiler and interpreter
 implemented in C, and complying mostly with the standard set 
 forth in the book "Common Lisp, the Language I".  It attempts
 to strike a useful middle ground in performance and portability
 from its design around C.
 .
 This package contains Documentation in info format of both the
 system internals, as well as the graphical interface currently
 implemented in Tcl/Tk.