ecl 16.1.3+ds-2ubuntu2 source package in Ubuntu

Changelog

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

  * No-change rebuild for libffi soname change.

 -- Matthias Klose <email address hidden>  Sun, 12 Jan 2020 08:40:06 +0000

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-2ubuntu2.debian.tar.xz 10.6 KiB 3d44c136ecb50b7090ce4287ae5117e4707e887dc6a9e5acb7ee58c11abdc307
ecl_16.1.3+ds-2ubuntu2.dsc 2.1 KiB a9aed2978d67ce5fc1dc19d8528f7ddbdd125ff8e2c8191b89fc4afd360871f1

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