[ trixie ]
[ sid ]
[ 源代码: ecl ]
软件包:libecl21.2t64(21.2.1+ds-4.1 以及其他的)
libecl21.2t64 的相关链接
Debian 的资源:
下载源码包 ecl:
维护小组:
- Debian Common Lisp Team (QA 页面, 邮件存档)
- Peter Van Eynde (QA 页面)
- Christoph Egger (QA 页面)
- Tobias Hansen (QA 页面)
外部的资源:
- 主页 [common-lisp.net]
相似软件包:
Embeddable Common-Lisp: shared library
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.
This package contains the shared library.
其他与 libecl21.2t64 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.38)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libffi8 (>= 3.4)
- 外部函数接口库运行环境
-
- dep: libgc1 (>= 1:7.4.2)
- conservative garbage collector for C and C++
-
- dep: libgmp10 (>= 2:6.3.0+dfsg)
- 多精度运算库