# Installer ocicl avec Homebrew, MacPorts, pacman

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

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install ocicl
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ocicl
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:ocicl
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.17.0
- **Résumé source:** OCI-based ASDF system distribution and management tool for Common Lisp
- **Page d'accueil:** <https://github.com/ocicl/ocicl>
- **Dépôt:** <https://github.com/ocicl/ocicl>
- **Dernière mise à jour:** 2026-07-30T04:00:34Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- ocicl (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 2.17.0
## Historique du projet et usages

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.

### Historique du projet

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

### Historique d'adoption

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.

### Modes d'utilisation

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.

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

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- 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
## Autres enregistrements de gestionnaires de paquets

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


## Sources

- 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
