X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=eeaf204cdb9f282dfff107e9a0d79de1b1e4bca2;hb=8720caa4a3a361abfa6e4cad8128cb89c364ac81;hp=4146122e8adf15343538b0725a3bf8ff1035e5bd;hpb=d60bf2d464b393bdff8482bcaacd8d49957467ce;p=kmrcl.git diff --git a/package.lisp b/package.lisp index 4146122..eeaf204 100644 --- a/package.lisp +++ b/package.lisp @@ -67,7 +67,6 @@ #:string-strip-ending #:string-maybe-shorten #:shrink-vector - #:match-unique-abbreviation ;; io.lisp #:indent-spaces @@ -112,6 +111,8 @@ ;; math.lisp #:ensure-integer + #:histogram + #:fixnum-width ;; macros.lisp #:time-iterations @@ -130,6 +131,8 @@ #:mac #:mv-bind #:deflex + #:def-cached-vector + #:def-cached-instance ;; files.lisp #:print-file-contents @@ -244,9 +247,17 @@ ;; os.lisp #:run-shell-command - ;; getopt.lisp - #:getopt - + ;; color.lisp + #:rgb->hsv + #:rgb255->hsv255 + #:hsv->rgb + #:hsv255->rgb255 + #:hsv-equal + #:hsv255-equal + #:hsv-similar + #:hsv255-similar + #:hue-difference + #:hue-difference-fixnum ))