ecl 16.1.3+ds-3 source package in Ubuntu

Changelog

ecl (16.1.3+ds-3) unstable; urgency=medium

  * Team upload
  * Depend on libgmp-dev instead of now obsolete libgmp3-dev. Thanks to
    Patrice Duroux. (Closes: #934900)
  * libffi-3.3.patch: new patch, fixes FTBFS against libffi 3.3. Thanks to
    Matthias Klose. (Closes: #949288)
  * Bump to debhelper compat level 12
  * Bump S-V to 4.4.1

 -- Sébastien Villemot <email address hidden>  Sun, 19 Jan 2020 13:52:34 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ecl_16.1.3+ds-3.dsc 2.1 KiB 5c15a8830d4d4c9f23bc05ee9ee1deea11e65bb2b19d000408d83e3fc45fd330
ecl_16.1.3+ds.orig.tar.xz 2.6 MiB 445943f36b54c953ad113368f9aa6b66d48fae19e902259a6ecdaaaad926ca56
ecl_16.1.3+ds-3.debian.tar.xz 10.7 KiB b68658cf3ae4ae57461f268576a179fb95a6f5dd37eece7dd6ee3f40a42871f6

No changes file available.

Binary packages built by this source

ecl: 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.

ecl-dbgsym: debug symbols for ecl