Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 

README.md

ziz

Quicklisp

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.

(ql:quickload :ziz)

(ziz:with-distribution (dist :releases '("wibble/"))
  (ql-dist:install-dist (ziz:distribution-info-url dist) :prompt nil)
  (ql:quickload :wibble))

About

An ad hoc Quicklisp distribution

Topics

Resources

License

Releases

No releases published

Sponsor this project

 

Packages

No packages published
You can’t perform that action at this time.