vendor/quickutils-package.lisp @ 80ae10ef6b7e

Fix the fucking bitbucket url
author Steve Losh <steve@stevelosh.com>
date Tue, 04 Apr 2017 16:15:23 +0200
parents 678e161802f5
children (none)
(eval-when (:compile-toplevel :load-toplevel :execute)
  (unless (find-package "CHANCERY.QUICKUTILS")
    (defpackage "CHANCERY.QUICKUTILS"
      (:documentation "Package that contains Quickutil utility functions.")
      (:use :cl))))

(in-package "CHANCERY.QUICKUTILS")

;; need to define this here so sbcl will shut the hell up about it being
;; undefined when compiling quickutils.lisp.  computers are trash.
(defparameter *utilities* nil)