macOS
brew install ecllocal Homebrew formula metadata
安装
brew install ecllocal Homebrew formula metadata
sudo apk add eclAlpine Linux edge package indexes · ecl · 来源: dl-cdn.alpinelinux.org
nix profile install nixpkgs#eclnixpkgs package indexes · ecl · 来源: raw.githubusercontent.com
sudo pacman -S eclArch Linux sync databases · ecl · 来源: geo.mirror.pkgbuild.com
sudo zypper install eclopenSUSE Tumbleweed package metadata · ecl · 来源: download.opensuse.org
概览
Embeddable Common Lisp
历史
ECL, Embeddable Common Lisp, is a Common Lisp implementation designed around a Lisp-to-C compiler, standard C calling conventions, and use as a linkable runtime inside other programs. Its package-manager identity is not just another Common Lisp executable: it is the Common Lisp implementation people install when embeddability, C interoperability, portability, and small runtime composition matter.
The ECL manual traces the project through the Kyoto Common Lisp family. KCL was developed in 1984 at Kyoto University's Research Institute for Mathematical Sciences by Taiichi Yuasa and Masami Hagiya, with an implementation partly in C and partly in Common Lisp and a Lisp-to-C translator. Later descendants included Ibuki Common Lisp, DELPHI Common Lisp, Austin Kyoto Common-Lisp, GNU Common Lisp, and HCL.
Giuseppe Attardi began the ECL line after leaving DELPHI in 1994 and returning to the University of Pisa. The manual explains the name as both Embeddable Common Lisp and ECoLisp, tied to the goal of integrating Lisp code with other languages at a time when Lisp programmers were becoming less common.
Juan Jose Garcia-Ripoll later started the ECLS or ECL-Spain effort from the ECoLisp sources. Its immediate goals were practical package-nerd goals: portability, 64-bit cleanliness, bootstrapping without another Lisp implementation, and restoring the ability to link ECL with C programs. That fork eventually became the continuing community ECL project.
After another maintenance gap beginning in 2013, Daniel Kochmanski took over maintenance in 2015 with Garcia-Ripoll's consent, and Marius Gerbershagen became co-maintainer in 2020. Current development, according to the manual, focuses on ANSI compliance, compatibility with the Common Lisp library ecosystem, bug fixing, speed, and portability.
ECL's adoption has been tied to portability and embedding rather than to a single flagship application. Its manual emphasizes C interoperability, modular runtime construction, native CLOS support, bytecode fallback for systems without a C compiler, and ANSI Common Lisp compliance, which explains its presence across Unix-like package managers.
The Homebrew, Debian, Ubuntu, Alpine, Arch, Nix, MacPorts, and openSUSE package names in the batch input reflect the same pattern: ECL is a standard packaged Common Lisp implementation rather than an application-specific one-off. Its upstream GitLab tags show active releases through 2026, including 26.5.5.
Users typically install ECL to run an interactive Common Lisp environment, compile Lisp systems, or embed Lisp into a C or C++ application. The `ecl` executable provides the runtime and REPL, while `ecl-config` exposes compiler and linker flags for programs that build against ECL.
The manual's key usage distinction is that compiled Lisp functions follow standard C calling conventions, letting C and Lisp call each other without a separate foreign-function layer. That makes ECL especially relevant for applications that want Common Lisp as an extension language or as a compiled library component.
ECL matters to package maintainers because it is both a compiler toolchain and a library runtime. Packaging it means caring about C compilers, runtime modules, dynamic loading, threads, binary images, and ABI-facing configuration through `ecl-config`, not just shipping a single REPL binary.
Its lineage also makes it historically interesting: a modern package-manager formula connects directly back to the KCL family of Lisp-to-C systems, while still tracking contemporary Common Lisp library compatibility and portability work.
安全态势
没有找到 ecl 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
ecl | cli | 全局可执行文件 | |
ecl-config | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:ecl |
|---|---|
| 版本 | 26.5.5 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/ecl |
| 主页 | https://ecl.common-lisp.dev |
| 仓库 | https://gitlab.com/embeddable-common-lisp/ecl |
| 上游文档 | https://ecl.common-lisp.dev/static/manual |
| 许可证 | LGPL-2.1-or-later |
| 源码归档 | https://ecl.common-lisp.dev/static/files/release/ecl-26.5.5.tgz |
| 最后更新 | 2026-07-07T07:58:27Z |
| Pulse | updated |
| 依赖 | bdw-gc, gmp |
| 构建依赖 | texinfo |
| macOS 提供的库 | libffi |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | ecl |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
ecl 24.5.10+ds-1+b1
Embeddable Common-Lisp: has an interpreter and can compile to C
https://common-lisp.net/project/ecl/
sudo apt install ecllibecl-dev 24.5.10+ds-1+b1
Embeddable Common-Lisp: development files
https://common-lisp.net/project/ecl/
sudo apt install libecl-devlibecl24.5t64 24.5.10+ds-1+b1
Embeddable Common-Lisp: shared library
https://common-lisp.net/project/ecl/
sudo apt install libecl24.5t64ecl
nix profile install nixpkgs#eclecl 21.2.1+ds-4.1ubuntu2
Embeddable Common-Lisp: has an interpreter and can compile to C
https://common-lisp.net/project/ecl/
sudo apt install ecllibecl-dev 21.2.1+ds-4.1ubuntu2
Embeddable Common-Lisp: development files
https://common-lisp.net/project/ecl/
sudo apt install libecl-devlibecl21.2t64 21.2.1+ds-4.1ubuntu2
Embeddable Common-Lisp: shared library
https://common-lisp.net/project/ecl/
sudo apt install libecl21.2t64ecl 24.5.10-r2
Embeddable Common Lisp
sudo apk add eclecl-dev 24.5.10-r2
Embeddable Common Lisp (development files)
sudo apk add ecl-devecl-doc 24.5.10-r2
Embeddable Common Lisp (documentation)
sudo apk add ecl-docecl 26.5.5-1
Embeddable Common Lisp
https://common-lisp.net/project/ecl/
sudo pacman -S eclecl 26.3.27-1.3
Embeddable Common-Lisp
https://common-lisp.net/project/ecl/
sudo zypper install eclecl-devel 26.3.27-1.3
Embeddable Common-Lisp -- development files
https://common-lisp.net/project/ecl/
sudo zypper install ecl-devellibecl26_3 26.3.27-1.3
Embeddable Common-Lisp -- shared library
https://common-lisp.net/project/ecl/
sudo zypper install libecl26_3ecl
sudo port install ecl来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.