Automic VaultAutomic Vault

brew

Installer ecl avec Homebrew, apk, apt, MacPorts, Nix, pacman, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de ecl pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install ecl

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install ecl

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

Linux

Alpine Linux apkvérifié · 92%
sudo apk add ecl

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

Debian aptvérifié · 92%
sudo apt install ecl

Debian stable package indexes · ecl · Source: deb.debian.org

Nixvérifié · 92%
nix profile install nixpkgs#ecl

nixpkgs package indexes · ecl · Source: raw.githubusercontent.com

Arch Linux pacmanvérifié · 92%
sudo pacman -S ecl

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

openSUSE zyppervérifié · 92%
sudo zypper install ecl

openSUSE Tumbleweed package metadata · ecl · Source: download.opensuse.org

aperçu

Résumé du paquet

Embeddable Common Lisp

Commandes et alias

  • ecl
  • ecl-config

historique

Historique du projet et usages

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.

Historique du projet

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.

Historique d'adoption

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.

Modes d'utilisation

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.

Pourquoi les passionnés de paquets s'y intéressent

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.

Chronologie

  • 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.

posture de sécurité

Aucune couverture d'outil protégé trouvée pour le moment

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour ecl. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • S’installe avec 2 dépendances d’exécution.
  • Les métadonnées de compilation listent 1 dépendances de compilation.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

exécutables

Exécutables installés

CommandeTypeExpositionNote
eclcliexécutable global
ecl-configcliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-25
version du gestionnaire26.5.5
gestionnaire mis à jour2026-07-07
données localesOK
amontnot checked
dernière version détectéenon détecté

https://ecl.common-lisp.dev

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:ecl
Version26.5.5
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/ecl
Page d'accueilhttps://ecl.common-lisp.dev
Dépôthttps://gitlab.com/embeddable-common-lisp/ecl
Docs amonthttps://ecl.common-lisp.dev/static/manual
LicenceLGPL-2.1-or-later
Archive sourcehttps://ecl.common-lisp.dev/static/files/release/ecl-26.5.5.tgz
Dernière mise à jour2026-07-07T07:58:27Z
Pulseupdated
Dépendancesbdw-gc, gmp
Dépendances de compilationtexinfo
Bibliothèques fournies par macOSlibffi
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

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

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

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 Dépendances
  • 1 fournit
  • 2 dépendances optionnelles
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • 2 dépendances optionnelles
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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
  • Correspondance par : 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 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : 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
  • Correspondance par : 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

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • 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