Automic VaultAutomic Vault

brew

ecl を Homebrew, apk, apt, MacPorts, Nix, pacman, zypper でインストール

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 に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • 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

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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