vendor/quickutils-package.lisp @ 05f84301a061

Remove `flexi-streams` dep, add more error checking
author Steve Losh <steve@stevelosh.com>
date Sat, 10 Feb 2018 16:47:39 -0500
parents de4030a2d5b9
children 1e155f658715
(eval-when (:compile-toplevel :load-toplevel :execute)
  (unless (find-package "TRIVIAL-PPM.QUICKUTILS")
    (defpackage "TRIVIAL-PPM.QUICKUTILS"
      (:documentation "Package that contains Quickutil utility functions.")
      (:use :cl))))

(in-package "TRIVIAL-PPM.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)