ecl 16.1.3+ds-4 source package in Ubuntu

Changelog

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

  * Team upload
  * parallel-ftbfs.patch: new patch, fixes parallel FTBFS (Closes: #949896)
  * Bump S-V to 4.5.0

 -- Sébastien Villemot <email address hidden>  Sat, 01 Feb 2020 11:39:27 +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
Focal release universe devel

Downloads

File Size SHA-256 Checksum
ecl_16.1.3+ds-4.dsc 2.1 KiB e44607db723bfc16dcabb543e374e4179e0352c21495164cba168fc602afbd3e
ecl_16.1.3+ds.orig.tar.xz 2.6 MiB 445943f36b54c953ad113368f9aa6b66d48fae19e902259a6ecdaaaad926ca56
ecl_16.1.3+ds-4.debian.tar.xz 11.0 KiB 38ea5fd08c3b8601d6eead7346bcf6e0bf36ec68216dbdd1466c3124f99f6c7d

Available diffs

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