ziz

2019-10-07

An ad hoc Quicklisp distribution.

Upstream URL

github.com/yitzchak/ziz

Author

Tarn W. Burton

License

MIT
README

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

Dependencies (4)

  • alexandria
  • hunchentoot
  • ironclad
  • trivial-file-size

Dependents (0)

    • GitHub
    • Quicklisp