Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yitzchak/ziz
An ad hoc Quicklisp distribution
https://github.com/yitzchak/ziz
common-lisp quicklisp
Last synced: 7 days ago
JSON representation
An ad hoc Quicklisp distribution
- Host: GitHub
- URL: https://github.com/yitzchak/ziz
- Owner: yitzchak
- License: mit
- Created: 2019-07-13T13:32:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-29T17:33:03.000Z (over 5 years ago)
- Last Synced: 2024-12-04T15:39:52.659Z (2 months ago)
- Topics: common-lisp, quicklisp
- Language: Common Lisp
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ziz
[![Quicklisp][quicklisp-badge]][quicklisp-ziz]
An ad hoc [Quicklisp][] distribution mainly intended for testing and building
[Quicklisp library bundles][].## Usage
ziz will create a Quicklisp distrubution from a list of directories passed
as `:releases` to `with-distribution`. For more options please see see the
`distribution` class. Please note that ziz requires `tar` to be available in
the search path.```common-lisp
(ql:quickload :ziz)(ziz:with-distribution (dist :releases '("wibble/"))
(ql-dist:install-dist (ziz:distribution-info-url dist) :prompt nil)
(ql:quickload :wibble))
```[quicklisp-badge]: http://quickdocs.org/badge/ziz.svg
[quicklisp-ziz]: http://quickdocs.org/ziz
[Quicklisp]: https://www.quicklisp.org/
[Quicklisp library bundles]: https://www.quicklisp.org/beta/bundles.html