File: control

package info (click to toggle)
ecl 9.6.1-1squeeze2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 30,672 kB
  • ctags: 35,142
  • sloc: ansic: 113,089; lisp: 73,117; asm: 54,333; sh: 21,678; cpp: 11,348; perl: 3,247; makefile: 2,700; yacc: 226; lex: 95; fortran: 24
file content (44 lines) | stat: -rw-r--r-- 1,840 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
Source: ecl
Section: devel
Priority: optional
Maintainer: Debian Common Lisp Team <pkg-common-lisp-devel@lists.alioth.debian.org>
Uploaders: Peter Van Eynde <pvaneynd@debian.org>, Luca Capello <luca@pca.it>
Build-Depends: debhelper (>> 7.0.0), autotools-dev, libgmp3-dev,  automake1.9, file, texinfo, libncurses5-dev, fakeroot, libgc-dev, dh-lisp (>= 0.6), chrpath
Build-Conflicts: autoconf2.13, automake1.4
Standards-Version: 3.8.1
Homepage: http://ecls.sourceforge.net/
Vcs-Git: http://git.debian.org/git/pkg-common-lisp/ecl.git
Vcs-Browser: http://git.debian.org/?p=pkg-common-lisp/ecl.git;a=summary

Package: ecl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libgmp3-dev, libncurses5-dev, libgc-dev, gcc
Conflicts: common-lisp-controller (<< 6.15)
Provides: lisp-compiler
Suggests: slime, ecl-doc
Description: Embeddable Common-Lisp: has an interpreter and can compile to C
 ECL stands for Embeddable Common-Lisp. The ECL project is an
 effort to modernize Giuseppe Attardi's ECL environment to
 produce an implementation of the Common-Lisp language
 which complies to the ANSI X3J13 definition of the language.
 .
 The current ECL implementation features:
  * A bytecodes compiler and interpreter.
  * A translator to C.
  * A UFFI-compatible interface to C code.
  * A dynamic loader.
  * The possibility to build standalone executables and DLLs.
  * The Common-Lisp Object System (CLOS).
  * Conditions and restarts for handling errors.
  * Sockets as ordinary streams.
  * The GNU Multiprecision library for fast bignum operations.
  * A simple conservative mark & sweep garbage collector.
  * The Boehm-Weiser garbage collector.

Package: ecl-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: ecl
Description: documentation for Embeddable Common-Lisp
 Contains the Info and HTML documentation.