https://github.com/atgreen/trivial-system-loader
A system installation/loading abstraction for Common Lisp
https://github.com/atgreen/trivial-system-loader
Last synced: 2 months ago
JSON representation
A system installation/loading abstraction for Common Lisp
- Host: GitHub
- URL: https://github.com/atgreen/trivial-system-loader
- Owner: atgreen
- Created: 2024-02-11T12:23:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T17:48:27.000Z (about 2 years ago)
- Last Synced: 2025-12-03T13:45:01.060Z (4 months ago)
- Language: Common Lisp
- Size: 5.86 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cl - trivial-system-loader - A system installation/loading abstraction for Common Lisp. (Offline ##)
README
# trivial-system-loader
`trivial-system-loader` provides a portable system downloader/loader
abstraction for Common Lisp. Instead of hard-coding `(ql:quickload
:mysystem)`, use `(tsl:load-system :mysystem)`. `tsl:load-system` will
first try to use [ocicl](https://github.com/ocicl/ocicl) if available,
then [quicklisp](https://quicklisp.org), then plain
`asdf:load-system`.
`trivial-system-loader` was written by Anthony Green and Michał "phoe"
Herda, and is distributed under the terms of the MIT license. See the
`trivial-system-loader` source files for details.