ecl 16.1.3+ds-2ubuntu1 source package in Ubuntu

Changelog

ecl (16.1.3+ds-2ubuntu1) focal; urgency=medium

  * Fix build with libffi 3.3.

 -- Matthias Klose <email address hidden>  Wed, 27 Nov 2019 18:25:21 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Common Lisp Team
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ecl_16.1.3+ds.orig.tar.xz 2.6 MiB 445943f36b54c953ad113368f9aa6b66d48fae19e902259a6ecdaaaad926ca56
ecl_16.1.3+ds-2ubuntu1.debian.tar.xz 10.6 KiB d374385d89c578c5a77e9b467f639d9cecd69a8ab6a76420d8c6b45947aab865
ecl_16.1.3+ds-2ubuntu1.dsc 2.1 KiB f81613282646f02dfe35b7d4eb7ffb015f6e78d6078f19b1d339d7e2a00d1495

View changes file

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