clisp 1:2.49.20170913-4 source package in Ubuntu

Changelog

clisp (1:2.49.20170913-4) unstable; urgency=medium

  * Always build with FFI.
    ffcall now builds and passes testsuite on all release architectures and most
    non-release ones. (Closes: #385490)
  * glibc-2.26.patch: new patch, fixes FTBFS against glibc 2.26.
    (Closes: #880686)
  * On mipsel, re-enable -O2 optimization.
    But add -fno-split-wide-types to avoid FTBFS (still need to determine
    whether it is a compiler bug or a wrong assumption of clisp).
  * No longer directly set DEB_HOST_ARCH (use /usr/include/dpkg/architecture.mk)
  * Drop common-lisp-controller (CLC) integration.
  * Drop obsolete preinst script.

 -- Sébastien Villemot <email address hidden>  Mon, 27 Nov 2017 17:09:11 +0100

Upload details

Uploaded by:
Debian Common Lisp Team
Uploaded to:
Sid
Original maintainer:
Debian Common Lisp Team
Architectures:
any all
Section:
lisp
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
clisp_2.49.20170913-4.dsc 3.0 KiB 6cd13c5d3581ccdd64f681eb0e0628fe350ba00114995926df9850eaec17875d
clisp_2.49.20170913.orig.tar.gz 10.2 MiB 08181495463de86f275706d764b336f083c0ca63cc4f51a1d2043ea5216f0d7a
clisp_2.49.20170913-4.debian.tar.xz 23.6 KiB 02ec27fe4aac8620aa9f0ddb6c140c2f1bae2bf382bc2afab4491594d7c2b305

No changes file available.

Binary packages built by this source

clisp: GNU CLISP, a Common Lisp implementation

 ANSI Common Lisp is a high-level, general-purpose programming language.
 GNU CLISP is a Common Lisp implementation by Bruno Haible of Karlsruhe
 University and Michael Stoll of Munich University, both in Germany.
 It mostly supports the Lisp described in the ANSI Common Lisp standard.
 It runs on most Unix workstations (GNU/Linux, FreeBSD, NetBSD, OpenBSD,
 Solaris, Tru64, HP-UX, BeOS, NeXTstep, IRIX, AIX and others) and on
 other systems (Windows NT/2000/XP, Windows 95/98/ME) and needs only
 4 MB of RAM.
 .
 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 at run time.
 GNU CLISP includes an interpreter, a compiler, a debugger, CLOS, MOP,
 a foreign language interface, sockets, i18n, fast bignums and more.
 An X11 interface is available through CLX, Garnet, CLUE/CLIO.
 GNU CLISP runs Maxima, ACL2 and many other Common Lisp packages.

clisp-dbgsym: debug symbols for clisp
clisp-dev: GNU CLISP, a Common Lisp implementation (development files)

 This is the link kit of clisp, it can be used to add external modules (written
 for example in C) to the implementation. The module can define new
 variables, symbols and functions for use in clisp. Examples include
 database interfaces or widget libraries. Normal users do not need
 this.
 .
 See also http://clisp.cons.org/impnotes.html#modules
 .
 ANSI Common Lisp is a high-level, general-purpose programming language.
 GNU CLISP is a Common Lisp implementation by Bruno Haible of Karlsruhe
 University and Michael Stoll of Munich University, both in Germany.
 It mostly supports the Lisp described in the ANSI Common Lisp standard.
 It runs on most Unix workstations (GNU/Linux, FreeBSD, NetBSD, OpenBSD,
 Solaris, Tru64, HP-UX, BeOS, NeXTstep, IRIX, AIX and others) and on
 other systems (Windows NT/2000/XP, Windows 95/98/ME) and needs only
 4 MB of RAM.

clisp-doc: GNU CLISP, a Common Lisp implementation (documentation)

 This is the documentation for clisp.
 .
 ANSI Common Lisp is a high-level, general-purpose programming language.
 GNU CLISP is a Common Lisp implementation by Bruno Haible of Karlsruhe
 University and Michael Stoll of Munich University, both in Germany.
 It mostly supports the Lisp described in the ANSI Common Lisp standard.
 It runs on most Unix workstations (GNU/Linux, FreeBSD, NetBSD, OpenBSD,
 Solaris, Tru64, HP-UX, BeOS, NeXTstep, IRIX, AIX and others) and on
 other systems (Windows NT/2000/XP, Windows 95/98/ME) and needs only
 4 MB of RAM.

clisp-module-berkeley-db: clisp module that adds an interface to Berkeley DB

 This adds a module to clisp that implements an interface to the
 Berkeley DB.

clisp-module-berkeley-db-dbgsym: debug symbols for clisp-module-berkeley-db
clisp-module-bindings-glibc: clisp module that adds the glibc bindings

 This adds a module to clisp that implements an interface to the
 glibc library, adding support for a number of low level functions.

clisp-module-bindings-glibc-dbgsym: debug symbols for clisp-module-bindings-glibc
clisp-module-clx: clisp module that adds X11 bindings

 This adds a module to clisp that implements an interface to the
 X11 called CLX.

clisp-module-clx-dbgsym: debug symbols for clisp-module-clx
clisp-module-dbus: clisp module that adds an interface to D-Bus

 This adds a module to clisp that implements an interface to the
 D-Bus system.

clisp-module-dbus-dbgsym: debug symbols for clisp-module-dbus
clisp-module-gdbm: clisp module that adds an interface to GNU DBM

 This adds a module to clisp that implements an interface to
 GNU DBM.

clisp-module-gdbm-dbgsym: debug symbols for clisp-module-gdbm
clisp-module-pcre: clisp module that adds libpcre support

 This adds a module to clisp that implements an interface to the
 libpcre which implements Perl-compatible regular expressions.

clisp-module-pcre-dbgsym: debug symbols for clisp-module-pcre
clisp-module-postgresql: clisp module that adds a PostgreSQL interface

 This adds a module to clisp that implements an interface to the
 PostgreSQL DB using the C bindings.

clisp-module-postgresql-dbgsym: debug symbols for clisp-module-postgresql
clisp-module-rawsock: clisp module that adds a low level socket interface

 This adds a module to clisp that implements an interface to the
 socket interfaces.

clisp-module-rawsock-dbgsym: debug symbols for clisp-module-rawsock
clisp-module-zlib: clisp module that adds zlib support for vectors

 This adds a module to clisp that implements a zlib interface,
 allowing you to compress vectors using zlib.

clisp-module-zlib-dbgsym: debug symbols for clisp-module-zlib