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 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198
|
Source: clisp
Section: lisp
Priority: optional
Maintainer: Debian Common Lisp Team <debian-common-lisp@lists.debian.org>
Uploaders: Peter Van Eynde <pvaneynd@debian.org>,
Christoph Egger <christoph@debian.org>
Build-Depends:
debhelper-compat (= 13),
debhelper (>= 12.8~),
gettext,
bison,
libncurses-dev,
groff,
ghostscript,
libx11-dev,
libxext-dev,
libxpm-dev,
libsigsegv-dev (>= 2.11),
libreadline-dev,
libdb-dev,
libffcall-dev (>= 2.5),
libgdbm-dev,
libpq-dev,
libdbus-1-dev,
zlib1g-dev,
libunistring-dev,
locales-all,
libsvm-dev,
libpari-dev
Standards-Version: 4.7.2
Homepage: http://www.clisp.org/
Vcs-Git: https://salsa.debian.org/common-lisp-team/clisp.git
Vcs-Browser: https://salsa.debian.org/common-lisp-team/clisp
Rules-Requires-Root: no
Package: clisp
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
sensible-utils
Provides: lisp-compiler, ${clisp:fasl-version}, ${clisp:memfile-hash}
Suggests: gdb,
clisp-doc,
slime,
clisp-module-berkeley-db,
clisp-module-clx,
clisp-module-dbus,
clisp-module-gdbm,
clisp-module-libsvm,
clisp-module-pari,
clisp-module-postgresql,
clisp-module-zlib,
hyperspec
Breaks: clisp-dev (<< 1:2.49.20180212),
clisp-module-rawsock (<< 1:2.49.20180212),
clisp-module-bindings-glibc (<< 1:2.49.20180212)
Replaces: clisp-dev (<< 1:2.49.20180212),
clisp-module-rawsock (<< 1:2.49.20180212),
clisp-module-bindings-glibc (<< 1:2.49.20180212)
Description: GNU CLISP, a Common Lisp implementation
GNU CLISP is a Common Lisp implementation.
It conforms to the ANSI Common Lisp standard, and offers many extensions.
It runs on all desktop operating systems (GNU and Unix systems, macOS,
Windows) and is particularly memory-efficient.
.
It is Free Software and may be distributed under the terms of GNU GPL,
while it is possible to distribute commercial proprietary applications
compiled with GNU CLISP.
.
The user interface comes in English, German, French, Spanish, Dutch,
Russian and Danish, and can be changed during run time.
.
GNU CLISP includes an interpreter, a compiler, a debugger, CLOS, MOP,
a foreign language interface, a socket interface, i18n, fast bignums,
arbitrary precision floats and more.
An X11 interface is available through CLX, Garnet, CLUE/CLIO.
GNU CLISP runs Maxima, ACL2 and many other Common Lisp packages.
.
This package contains the main CLISP executable, the link-kit, and the
following modules: i18n, regexp, syscalls, readline, ASDF, rawsock,
bindings/glibc.
Package: clisp-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: GNU CLISP, a Common Lisp implementation (documentation)
GNU CLISP is a Common Lisp implementation.
It conforms to the ANSI Common Lisp standard, and offers many extensions.
It runs on all desktop operating systems (GNU and Unix systems, macOS,
Windows) and is particularly memory-efficient.
.
This package contains the documentation for CLISP.
Package: clisp-module-berkeley-db
Architecture: any
Depends: ${shlibs:Depends}, clisp (= ${binary:Version}), ${misc:Depends}
Enhances: clisp
Description: GNU CLISP module that adds an interface to Berkeley DB
GNU CLISP is a Common Lisp implementation.
It conforms to the ANSI Common Lisp standard, and offers many extensions.
It runs on all desktop operating systems (GNU and Unix systems, macOS,
Windows) and is particularly memory-efficient.
.
This package adds a module to CLISP that implements an interface to the
Berkeley DB.
Package: clisp-module-postgresql
Architecture: any
Depends: ${shlibs:Depends}, clisp (= ${binary:Version}), ${misc:Depends}
Enhances: clisp
Description: GNU CLISP module that adds a PostgreSQL interface
GNU CLISP is a Common Lisp implementation.
It conforms to the ANSI Common Lisp standard, and offers many extensions.
It runs on all desktop operating systems (GNU and Unix systems, macOS,
Windows) and is particularly memory-efficient.
.
This adds a module to CLISP that implements an interface to the
PostgreSQL DB using the C bindings.
Package: clisp-module-clx
Architecture: any
Depends: ${shlibs:Depends}, clisp (= ${binary:Version}), ${misc:Depends}
Enhances: clisp
Description: GNU CLISP module that adds X11 bindings
GNU CLISP is a Common Lisp implementation.
It conforms to the ANSI Common Lisp standard, and offers many extensions.
It runs on all desktop operating systems (GNU and Unix systems, macOS,
Windows) and is particularly memory-efficient.
.
This adds a module to CLISP that implements an interface to the
X11 called CLX.
Package: clisp-module-dbus
Architecture: any
Depends: ${shlibs:Depends}, clisp (= ${binary:Version}), ${misc:Depends}
Enhances: clisp
Description: GNU CLISP module that adds an interface to D-Bus
GNU CLISP is a Common Lisp implementation.
It conforms to the ANSI Common Lisp standard, and offers many extensions.
It runs on all desktop operating systems (GNU and Unix systems, macOS,
Windows) and is particularly memory-efficient.
.
This adds a module to CLISP that implements an interface to the
D-Bus system.
Package: clisp-module-gdbm
Architecture: any
Depends: ${shlibs:Depends}, clisp (= ${binary:Version}), ${misc:Depends}
Enhances: clisp
Description: GNU CLISP module that adds an interface to GNU DBM
GNU CLISP is a Common Lisp implementation.
It conforms to the ANSI Common Lisp standard, and offers many extensions.
It runs on all desktop operating systems (GNU and Unix systems, macOS,
Windows) and is particularly memory-efficient.
.
This adds a module to CLISP that implements an interface to
GNU DBM.
Package: clisp-module-zlib
Architecture: any
Depends: ${shlibs:Depends}, clisp (= ${binary:Version}), ${misc:Depends}
Enhances: clisp
Description: GNU CLISP module that adds zlib support for vectors
GNU CLISP is a Common Lisp implementation.
It conforms to the ANSI Common Lisp standard, and offers many extensions.
It runs on all desktop operating systems (GNU and Unix systems, macOS,
Windows) and is particularly memory-efficient.
.
This adds a module to CLISP that implements a zlib interface,
allowing you to compress vectors using zlib.
Package: clisp-module-libsvm
Architecture: any
Depends: ${shlibs:Depends}, clisp (= ${binary:Version}), ${misc:Depends}
Enhances: clisp
Description: GNU CLISP module that adds an interface to LIBSVM
GNU CLISP is a Common Lisp implementation.
It conforms to the ANSI Common Lisp standard, and offers many extensions.
It runs on all desktop operating systems (GNU and Unix systems, macOS,
Windows) and is particularly memory-efficient.
.
This adds a module to CLISP that implements an interface to the LIBSVM
library for support vector classification.
Package: clisp-module-pari
Architecture: any
Depends: ${shlibs:Depends}, clisp (= ${binary:Version}), ${misc:Depends}
Enhances: clisp
Description: GNU CLISP module that adds an interface to PARI
GNU CLISP is a Common Lisp implementation.
It conforms to the ANSI Common Lisp standard, and offers many extensions.
It runs on all desktop operating systems (GNU and Unix systems, macOS,
Windows) and is particularly memory-efficient.
.
This adds a module to CLISP that implements an interface to the PARI
computer algebra system.
|