ocicl (devel/ocicl) Updated: 1 day, 13 hours ago Add to my watchlist
An OCI-based ASDF system distribution and management tool for Common Lispocicl is a modern alternative to quicklisp. It is modern in the sense that: - All software is packaged as OCI-compliant artifacts and distributed from mirrored OCI-compliant registries (the GitHub and Docker Hub Container Registries). - All software packages are securely distributed over TLS connections. - All connections respect HTTPS_PROXY environment settings for authenticated proxy support. - sigstore is used to ensure the integrity and authenticity of all software packages. - Software packages are project-local by default, simplifying the process of tying specific versions to your projects. - All software packages are built and published transparently using hosted CI infrastructure - LLM-generated summaries of changes between versions are available for all packages.
Version: 2.16.5 License: MIT
GitHub
| Maintainers | rudolfochrist |
| Categories | devel |
| Homepage | https://github.com/ocicl/ocicl |
| Platforms | darwin |
| Variants | - |
"ocicl" depends on
lib (1)
build (2)
Ports that depend on "ocicl"
No ports
Port notes
After installation run 'ocicl setup' to install the ocicl-runtime library:
$ ocicl setup
;; Add the following to your lisp startup file
;; (~/.sbclrc, ~/.eclrc, ~/.abclrc or ~/.roswell/init.lisp):
#-ocicl
(when (probe-file #P"/home/green/.local/share/ocicl/ocicl-runtime.lisp")
(load #P"/home/green/.local/share/ocicl/ocicl-runtime.lisp"))
(asdf:initialize-source-registry
(list :source-registry (list :directory (uiop:getcwd)) :inherit-configuration))
Port Health:
Loading Port Health