vendor/make-quickutils.lisp @ 9e2c59c4c13d

Add `:homepage` to `defsystem`
author Steve Losh <steve@stevelosh.com>
date Mon, 15 Jan 2018 15:50:53 -0500
parents d997d6e268a3
children (none)
(ql:quickload 'quickutil)

(qtlc:save-utils-as
  "quickutils.lisp"
  :utilities '(

               :symb
               :with-gensyms

               )
  :package "PCG.QUICKUTILS")