# 使用 Homebrew, MacPorts, pacman 安装 ocicl

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

## 安装

```sh
sudo av install brew:ocicl
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install ocicl
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ocicl
```

  证据: MacPorts ports tree: devel/ocicl/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- pacman (92%):

```sh
sudo pacman -S ocicl
```

  证据: Arch Linux sync databases: ocicl from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## 软件包事实

- **软件包键:** brew:ocicl
- **软件包管理器:** Homebrew
- **版本:** 2.17.0
- **来源摘要:** OCI-based ASDF system distribution and management tool for Common Lisp
- **主页:** <https://github.com/ocicl/ocicl>
- **仓库:** <https://github.com/ocicl/ocicl>
- **最后更新:** 2026-07-30T04:00:34Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- ocicl (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 2.17.0
## 项目历史与用法

ocicl is a Common Lisp package-management and development tool that applies OCI artifact distribution to ASDF systems. Its name compresses the idea into the project's own formula: OCI plus Common Lisp.

### 项目历史

The upstream README presents ocicl as a modern alternative to Quicklisp for ASDF system distribution and management, with extra developer-tooling features such as linting, project scaffolding, dependency freshness checks, license collection, SBOM generation, and self-updates.

Its core design is to package Lisp code as OCI-compliant artifacts distributed from mirrored OCI registries, including GitHub and Docker Hub container registries. The runtime is embedded into a Lisp image and works with ASDF so missing systems can be resolved through the `ocicl` command-line tool.

The project deliberately borrows infrastructure patterns from the container ecosystem: TLS transport, proxy-aware downloads, sigstore verification, hosted CI publication, and project-local lock files through `ocicl.csv`.

### 采用历史

ocicl serves a narrower ecosystem than mainstream language package managers, but it has package-manager distribution through Homebrew, MacPorts, and Linux RPM/DEB repositories documented by the project. Homebrew's API generated on 2026-07-01 lists 2,787 installs over 365 days and 545 installs over 90 days.

The tool's adoption story is tied to ASDF, the standard Common Lisp system-definition facility. ocicl does not replace ASDF; it feeds ASDF with project-local, version-pinned system locations and downloads.

### 使用方式

A developer runs `ocicl setup`, adds the generated runtime snippet to a Lisp startup file, and then lets ASDF load systems that ocicl records in `ocicl.csv`. The README recommends committing the CSV lock file while leaving downloaded source directories out of the project repository.

The command-line workflow includes installing systems, listing available versions, updating or removing systems, comparing versions, selecting alternate registries, authenticating to registries, generating SBOMs, collecting license data, and scaffolding projects.

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

ocicl is interesting because it reuses the container registry and OCI artifact stack for source-library distribution rather than container images. For package metadata work, it is a small but sharp example of registry convergence: Common Lisp libraries distributed with supply-chain features usually associated with container images.

### 时间线

- 2023-05: Project examples in the README show early ocicl registry entries for Common Lisp libraries such as `str` and `cl-ppcre`.
- 2026-07-01: Homebrew formula metadata lists stable version 2.16.14, SBCL and zstd dependencies, and 2,787 installs over the previous 365-day analytics window.

### Related projects

- ocicl builds on ASDF for loading and system definition, competes conceptually with Quicklisp-style Common Lisp dependency distribution, and depends on OCI registry tooling, sigstore concepts, and hosted CI publication.

### 来源

- <https://asdf.common-lisp.dev/asdf.html>
- <https://formulae.brew.sh/api/formula/ocicl.json>
- <https://github.com/ocicl/ocicl>
- <https://raw.githubusercontent.com/ocicl/ocicl/main/README.md>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals


## 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

- Unix: ocicl.csv, ${XDG_DATA_HOME}/ocicl/ocicl-registry.cfg, .ocicl-lint.conf

## Credential files

- Unix: ${XDG_DATA_HOME}/ocicl/ocicl-credentials.cfg
## 其他软件包管理器记录

- pacman - ocicl - 2.17.0-1: normalized package name match | Arch Linux sync databases: ocicl from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | An OCI-based ASDF system distribution and management tool for Common Lisp | https://github.com/ocicl/ocicl
- MacPorts - ocicl: normalized package name match | MacPorts ports tree: devel/ocicl/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/ocicl.yml](https://github.com/mxcl/pkgdb/blob/main/combined/ocicl.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
