X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=14582b25f4bbfaafebb65064933cb41901b6cb26;hb=3c0c56d3c9f641e1c07534d55db2577287ef885f;hp=4146122e8adf15343538b0725a3bf8ff1035e5bd;hpb=d60bf2d464b393bdff8482bcaacd8d49957467ce;p=kmrcl.git diff --git a/package.lisp b/package.lisp index 4146122..14582b2 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 @@ -244,9 +245,9 @@ ;; os.lisp #:run-shell-command - ;; getopt.lisp - #:getopt - + ;; color.lisp + #:rgb->hsv + #:hsv->rgb ))