macOS
brew install ocicllocal Homebrew formula metadata
sudo port install ociclMacPorts ports tree · devel/ocicl/Portfile · source: api.github.com
brew
OCI-based ASDF system distribution and management tool for Common Lisp. Version 2.17.0 via Homebrew; verified 2026-07-06.
install
brew install ocicllocal Homebrew formula metadata
sudo port install ociclMacPorts ports tree · devel/ocicl/Portfile · source: api.github.com
sudo pacman -S ociclArch Linux sync databases · ocicl · source: geo.mirror.pkgbuild.com
overview
OCI-based ASDF system distribution and management tool for Common Lisp
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
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.
Config paths the tool may read or write during local use.
ocicl.csv${XDG_DATA_HOME}/ocicl/ocicl-registry.cfg.ocicl-lint.confCredential-bearing paths to review before unattended agent runs.
${XDG_DATA_HOME}/ocicl/ocicl-credentials.cfgexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
ocicl | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/ocicl/ocicl
install metadata
| Package key | brew:ocicl |
|---|---|
| Version | 2.17.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/ocicl |
| Homepage | https://github.com/ocicl/ocicl |
| Repository | https://github.com/ocicl/ocicl |
| Upstream docs | https://github.com/ocicl/ocicl#readme |
| License | MIT |
| Source archive | https://github.com/ocicl/ocicl/archive/refs/tags/v2.17.0.tar.gz |
| Last updated | 2026-07-06T15:46:00Z |
| Pulse | updated |
| Dependencies | sbcl, zstd |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | ocicl |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
ocicl 2.16.13-1
An OCI-based ASDF system distribution and management tool for Common Lisp
https://github.com/ocicl/ocicl
sudo pacman -S ociclocicl
sudo port install ociclsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.