Automic VaultAutomic Vault

brew

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

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install clisp

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install clisp

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

Linux

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

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

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

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

Fedora dnf已验证 · 92%
sudo dnf install clisp

Fedora Rawhide package metadata · clisp · 来源: dl.fedoraproject.org

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

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

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

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

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

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

概览

软件包摘要

GNU CLISP, a Common Lisp implementation

命令和别名

  • clisp
  • clisp-link

历史

项目历史与用法

GNU CLISP is an ANSI Common Lisp implementation that provides an interpreter, compiler, debugger, command-line REPL, bytecode compilation, scripting support, and a broad set of implementation extensions.

项目历史

CLISP began in Germany in 1987 with Bruno Haible and Michael Stoll; its own implementation notes describe the first version as an Atari ST system written in 68000 assembly language and Common Lisp. Bruno Haible remained the original long-time maintainer, and Sam Steingold became a co-maintainer in 1998.

The project became a portable GPL implementation in the early 1990s, with release 2.1 shipping source for Atari ST, Amiga, DOS, OS/2, and Unix systems. Its official notes trace a long sequence of 2.x releases that added CLOS, modules, Unicode work, FFI improvements, POSIX interfaces, GNU build-system alignment, and experimental thread support.

采用历史

CLISP's own homepage lists official distribution through SourceForge and GNU FTP, plus packages or ports for Debian, Fedora, openSUSE, Gentoo, Arch, Ubuntu, FreeBSD, pkgsrc, OpenBSD, Fink, MacPorts, Homebrew, Cygwin, and Solaris CSW. The batch input also records package-manager coverage across Alpine, Homebrew, Debian, Fedora, MacPorts, Nix, Arch, Ubuntu, and openSUSE.

By the late 2000s CLISP had settled into the role of a widely packaged, portable Common Lisp runtime rather than the highest-performance implementation. Its long availability in Unix package managers made it a familiar command-line Lisp for scripts, teaching, and portability testing.

使用方式

Users run `clisp` interactively as a Common Lisp REPL, compile Lisp files to portable bytecode with `-c`, execute expressions with `-x`, or use Lisp files as scripts. The manual documents `~/.clisprc.lisp` and `~/.clisprc.fas` as startup rc files and `-norc` to suppress them.

The companion `clisp-link` executable is used for linking modules, while CLISP itself is often used with Emacs, SLIME, ILISP, and shell-style scripting workflows.

为什么软件包爱好者会关心

CLISP is package-nerd notable because it is one of the old, portable Common Lisp implementations that distributions carried for decades. It exercises hard packaging surfaces: generated memory images, optional modules, readline, FFI, libffcall, architecture portability, and Lisp startup files.

Its later unreleased 2.50 notes explicitly discuss distribution concerns such as memory-image compatibility options, which is exactly the kind of runtime/package-manager boundary that maintainers care about.

时间线

  • 1987: CLISP project starts with Bruno Haible and Michael Stoll.
  • 1992: Release 2.0 announced for Linux binaries.
  • 1993: Release 2.1 becomes the first portable GPL source release.
  • 1998: Sam Steingold becomes co-maintainer.
  • 2007: Release 2.43 aligns the build process with GNU standards.
  • 2010: Version 2.49 is released and documented as the current stable release on the official homepage.
  • 2018: The official GitLab project is created for GNU CLISP source and wiki.

Related projects

  • Related Common Lisp implementations include SBCL, CMUCL, ECL, GNU CL, and Clozure CL. Related CLISP-adjacent tools include SLIME and ILISP for editor integration, GNU libffcall for FFI support, and the Common Lisp HyperSpec as the language reference.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

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

建议审查

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

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.clisprc.lisp~/.clisprc.fas

可执行文件

已安装的可执行文件

命令类型暴露范围备注
clispcli全局可执行文件
clisp-linkcli全局可执行文件

新鲜度

版本和新鲜度

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

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

https://clisp.sourceforge.io/

  • 信息No package-manager update timestamp was available.低 置信度
  • 信息Release/tag comparison is only available for GitHub repositories.https://clisp.sourceforge.io/none 置信度

安装元数据

软件包元数据

软件包键brew:clisp
版本2.49.92
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/clisp
主页https://clisp.sourceforge.io/
仓库https://gitlab.com/gnu-clisp/clisp
上游文档https://clisp.sourceforge.io/impnotes.html
许可证GPL-2.0-or-later
源码归档https://alpha.gnu.org/gnu/clisp/clisp-2.49.92.tar.bz2
依赖libffcall, libsigsegv, readline
macOS 提供的库libxcrypt, ncurses
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

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

Debian apt95%

clisp 1:2.49.20241228.gitc3ec11b-2

GNU CLISP, a Common Lisp implementation

http://www.clisp.org/

sudo apt install clisp
  • Section: lisp
  • Architecture: amd64
  • 7 依赖
  • 3 提供
  • 12 可选依赖
  • normalized package name match
  • 匹配方式:Clisp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: clisp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

clisp-doc 1:2.49.20241228.gitc3ec11b-2

GNU CLISP, a Common Lisp implementation (documentation)

http://www.clisp.org/

sudo apt install clisp-doc
  • Section: doc
  • Architecture: all
  • Source Package: clisp
  • normalized package name match
  • 匹配方式:Clisp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: clisp-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

clisp-module-berkeley-db 1:2.49.20241228.gitc3ec11b-2

GNU CLISP module that adds an interface to Berkeley DB

http://www.clisp.org/

sudo apt install clisp-module-berkeley-db
  • Section: lisp
  • Architecture: amd64
  • Source Package: clisp
  • 3 依赖
  • normalized package name match
  • 匹配方式:Clisp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: clisp-module-berkeley-db from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

clisp-module-clx 1:2.49.20241228.gitc3ec11b-2

GNU CLISP module that adds X11 bindings

http://www.clisp.org/

sudo apt install clisp-module-clx
  • Section: lisp
  • Architecture: amd64
  • Source Package: clisp
  • 6 依赖
  • normalized package name match
  • 匹配方式:Clisp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: clisp-module-clx from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

clisp-module-dbus 1:2.49.20241228.gitc3ec11b-2

GNU CLISP module that adds an interface to D-Bus

http://www.clisp.org/

sudo apt install clisp-module-dbus
  • Section: lisp
  • Architecture: amd64
  • Source Package: clisp
  • 2 依赖
  • normalized package name match
  • 匹配方式:Clisp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: clisp-module-dbus from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

clisp-module-gdbm 1:2.49.20241228.gitc3ec11b-2

GNU CLISP module that adds an interface to GNU DBM

http://www.clisp.org/

sudo apt install clisp-module-gdbm
  • Section: lisp
  • Architecture: amd64
  • Source Package: clisp
  • 3 依赖
  • normalized package name match
  • 匹配方式:Clisp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: clisp-module-gdbm from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

clisp-module-libsvm 1:2.49.20241228.gitc3ec11b-2

GNU CLISP module that adds an interface to LIBSVM

http://www.clisp.org/

sudo apt install clisp-module-libsvm
  • Section: lisp
  • Architecture: amd64
  • Source Package: clisp
  • 2 依赖
  • normalized package name match
  • 匹配方式:Clisp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: clisp-module-libsvm from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

clisp-module-pari 1:2.49.20241228.gitc3ec11b-2

GNU CLISP module that adds an interface to PARI

http://www.clisp.org/

sudo apt install clisp-module-pari
  • Section: lisp
  • Architecture: amd64
  • Source Package: clisp
  • 3 依赖
  • normalized package name match
  • 匹配方式:Clisp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: clisp-module-pari from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

clisp-module-postgresql 1:2.49.20241228.gitc3ec11b-2

GNU CLISP module that adds a PostgreSQL interface

http://www.clisp.org/

sudo apt install clisp-module-postgresql
  • Section: lisp
  • Architecture: amd64
  • Source Package: clisp
  • 2 依赖
  • normalized package name match
  • 匹配方式:Clisp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: clisp-module-postgresql from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

clisp-module-zlib 1:2.49.20241228.gitc3ec11b-2

GNU CLISP module that adds zlib support for vectors

http://www.clisp.org/

sudo apt install clisp-module-zlib
  • Section: lisp
  • Architecture: amd64
  • Source Package: clisp
  • 2 依赖
  • normalized package name match
  • 匹配方式:Clisp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: clisp-module-zlib from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

clisp

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

clisp 1:2.49.20210628.gitde01f0f-3.1build3

GNU CLISP, a Common Lisp implementation

http://www.clisp.org/

sudo apt install clisp
  • Section: universe/interpreters
  • Architecture: amd64
  • 7 依赖
  • 3 提供
  • 13 可选依赖
  • normalized package name match
  • 匹配方式:Clisp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: clisp from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

clisp-doc 1:2.49.20210628.gitde01f0f-3.1build3

GNU CLISP, a Common Lisp implementation (documentation)

http://www.clisp.org/

sudo apt install clisp-doc
  • Section: universe/doc
  • Architecture: all
  • Source Package: clisp
  • normalized package name match
  • 匹配方式:Clisp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: clisp-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

clisp-module-berkeley-db 1:2.49.20210628.gitde01f0f-3.1build3

GNU CLISP module that adds an interface to Berkeley DB

http://www.clisp.org/

sudo apt install clisp-module-berkeley-db
  • Section: universe/lisp
  • Architecture: amd64
  • Source Package: clisp
  • 3 依赖
  • normalized package name match
  • 匹配方式:Clisp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: clisp-module-berkeley-db from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

clisp-module-clx 1:2.49.20210628.gitde01f0f-3.1build3

GNU CLISP module that adds X11 bindings

http://www.clisp.org/

sudo apt install clisp-module-clx
  • Section: universe/lisp
  • Architecture: amd64
  • Source Package: clisp
  • 6 依赖
  • normalized package name match
  • 匹配方式:Clisp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: clisp-module-clx from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

clisp-module-dbus 1:2.49.20210628.gitde01f0f-3.1build3

GNU CLISP module that adds an interface to D-Bus

http://www.clisp.org/

sudo apt install clisp-module-dbus
  • Section: universe/lisp
  • Architecture: amd64
  • Source Package: clisp
  • 2 依赖
  • normalized package name match
  • 匹配方式:Clisp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: clisp-module-dbus from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

来源线索

由仓库数据生成

此页面由 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 configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment