clisp 1:2.49-9 source package in Ubuntu

Changelog

clisp (1:2.49-9) unstable; urgency=medium


  * Enable FFI on arm*
  * Import patch from Roland Stigge adding support for powerpcspe
    (Closes: #731648)

 -- Christoph Egger <email address hidden>  Mon, 23 Dec 2013 20:21:22 +0100

Upload details

Uploaded by:
Debian Common Lisp Team
Uploaded to:
Sid
Original maintainer:
Debian Common Lisp Team
Architectures:
alpha amd64 armel armhf hppa i386 ia64 mips mipsel powerpc powerpcspe kfreebsd-i386 kfreebsd-amd64 m68k hurd-i386 s390 s390x sparc 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-9.dsc 3.1 KiB f319832fe0b2887d01bee5665e95e4bbe7859acc23fc3aaf93ab579f37c09d8f
clisp_2.49.orig.tar.gz 9.3 MiB 4a08b272e03855bfddc8498d86b928def59760bb36804de3f917215ab7b90a90
clisp_2.49-9.debian.tar.gz 31.7 KiB e4f7f65f2da762bfe1d9cd6bff53144647ee7c8887e7700914df1a7c2f9a2547

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-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-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-clx: clisp module that adds X11 bindings

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

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-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-rawsock: clisp module that adds a low level socket interface

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