Automic VaultAutomic Vault

brew

使用 Homebrew, apk, apt, MacPorts, Nix, pacman, zypper 安装 ecl

查看 ecl 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install ecl

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install ecl

MacPorts ports tree · lang/ecl/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add ecl

Alpine Linux edge package indexes · ecl · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install ecl

Debian stable package indexes · ecl · 来源: deb.debian.org

Nix已验证 · 92%
nix profile install nixpkgs#ecl

nixpkgs package indexes · ecl · 来源: raw.githubusercontent.com

Arch Linux pacman已验证 · 92%
sudo pacman -S ecl

Arch Linux sync databases · ecl · 来源: geo.mirror.pkgbuild.com

openSUSE zypper已验证 · 92%
sudo zypper install ecl

openSUSE Tumbleweed package metadata · ecl · 来源: download.opensuse.org

概览

软件包摘要

Embeddable Common Lisp

命令和别名

  • ecl
  • ecl-config

历史

项目历史与用法

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.

时间线

  • 1984: Kyoto Common Lisp is developed at Kyoto University.
  • 1988: DELPHI Common Lisp is released as an extended KCL descendant.
  • 1994: Giuseppe Attardi begins the ECL line at the University of Pisa.
  • 1990s: The ECLS or ECL-Spain fork focuses on portability, 64-bit cleanup, bootstrapping, and C linking.
  • 2015: Daniel Kochmanski becomes maintainer.
  • 2020: Marius Gerbershagen becomes co-maintainer.
  • 2026: Upstream GitLab tags include ECL 26.5.5.

Related projects

  • Kyoto Common Lisp is the oldest ancestor named in ECL's manual.
  • GNU Common Lisp is another AKCL descendant in the same family tree.
  • Maxima is named in the ECL history as the computer algebra system that motivated GNU Common Lisp.
  • Common Lisp libraries and ANSI Common Lisp conformance are current compatibility targets for ECL development.

安全态势

尚未找到受保护工具覆盖

没有找到 ecl 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 2 个运行时依赖。
  • 构建元数据列出 1 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
eclcli全局可执行文件
ecl-configcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-10
管理器版本26.5.5
管理器更新时间2026-07-07
本地数据OK
上游not checked
检测到的最新版本未检测到

https://ecl.common-lisp.dev

安装元数据

软件包元数据

软件包键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
Pulseupdated
依赖bdw-gc, gmp
构建依赖texinfo
macOS 提供的库libffi
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameecl
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

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 ecl
  • Section: lisp
  • Architecture: amd64
  • Source Package: ecl
  • 9 依赖
  • 1 提供
  • 2 可选依赖
  • normalized package name match
  • 匹配方式:Ecl
Debian stable package indexes · deb.debian.org · Debian stable package indexes: ecl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libecl-dev 24.5.10+ds-1+b1

Embeddable Common-Lisp: development files

https://common-lisp.net/project/ecl/

sudo apt install libecl-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: ecl
  • 1 依赖
  • normalized package name match
  • 匹配方式:Ecl
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libecl-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libecl24.5t64 24.5.10+ds-1+b1

Embeddable Common-Lisp: shared library

https://common-lisp.net/project/ecl/

sudo apt install libecl24.5t64
  • Section: libs
  • Architecture: amd64
  • Source Package: ecl
  • 4 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Ecl
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libecl24.5t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

ecl

nix profile install nixpkgs#ecl
  • normalized package name match
  • 匹配方式:Ecl
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: ecl from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

ecl 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 ecl
  • Section: universe/devel
  • Architecture: amd64
  • 9 依赖
  • 1 提供
  • 2 可选依赖
  • normalized package name match
  • 匹配方式:Ecl
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: ecl from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libecl-dev 21.2.1+ds-4.1ubuntu2

Embeddable Common-Lisp: development files

https://common-lisp.net/project/ecl/

sudo apt install libecl-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: ecl
  • 1 依赖
  • normalized package name match
  • 匹配方式:Ecl
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libecl-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libecl21.2t64 21.2.1+ds-4.1ubuntu2

Embeddable Common-Lisp: shared library

https://common-lisp.net/project/ecl/

sudo apt install libecl21.2t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: ecl
  • 4 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Ecl
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libecl21.2t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

ecl 24.5.10-r2

Embeddable Common Lisp

https://ecl.common-lisp.dev/

sudo apk add ecl
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: ecl
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Ecl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ecl from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

ecl-dev 24.5.10-r2

Embeddable Common Lisp (development files)

https://ecl.common-lisp.dev/

sudo apk add ecl-dev
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: ecl
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Ecl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ecl-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

ecl-doc 24.5.10-r2

Embeddable Common Lisp (documentation)

https://ecl.common-lisp.dev/

sudo apk add ecl-doc
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: ecl
  • normalized package name match
  • 匹配方式:Ecl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ecl-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
pacman95%

ecl 26.5.5-1

Embeddable Common Lisp

https://common-lisp.net/project/ecl/

sudo pacman -S ecl
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • 5 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Ecl
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: ecl from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

ecl 26.3.27-1.3

Embeddable Common-Lisp

https://common-lisp.net/project/ecl/

sudo zypper install ecl
  • License: LGPL-2.1-or-later
  • Category: Development/Languages/Other
  • Architecture: x86_64
  • Source Package: ecl
  • 10 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Ecl
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: ecl from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

ecl-devel 26.3.27-1.3

Embeddable Common-Lisp -- development files

https://common-lisp.net/project/ecl/

sudo zypper install ecl-devel
  • License: LGPL-2.1-or-later
  • Category: Development/Libraries/C and C++
  • Architecture: x86_64
  • Source Package: ecl
  • 2 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Ecl
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: ecl-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

libecl26_3 26.3.27-1.3

Embeddable Common-Lisp -- shared library

https://common-lisp.net/project/ecl/

sudo zypper install libecl26_3
  • License: LGPL-2.1-or-later
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: ecl
  • 6 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Ecl
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libecl26_3 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

ecl

sudo port install ecl
  • normalized package name match
  • 匹配方式:Ecl
MacPorts ports tree · api.github.com · MacPorts ports tree: lang/ecl/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment