ecl 21.2.1+ds-1 source package in Ubuntu

Changelog

ecl (21.2.1+ds-1) unstable; urgency=medium

  * New upstream release.
  * Remove patches applied upstream:
    - 210.patch
    - 214.patch
    - 215.patch
    - ECL_WITH_LISP_FPE.patch
    - prevent-floating-point-exception.patch
  * Add lintian override for library-not-linked-against-libc.

 -- Tobias Hansen <email address hidden>  Sat, 04 Dec 2021 10:12:16 +0000

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_21.2.1+ds-1.dsc 2.1 KiB 0e6a2af77bc4dba6d3a398fb15ece512350f902a2669104bc5144a18cd61ccb8
ecl_21.2.1+ds.orig.tar.xz 2.5 MiB 2dfdb1486c307184e7c9a431dfa3603252ba1373962126610a60f4f64217b9b1
ecl_21.2.1+ds-1.debian.tar.xz 10.7 KiB abbb43f98829d294691df2dcd8f8d07e856c6b2624c91cb6ddd72861524be6e4

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