r8057: add tests for color conversion, hsv-equal
[kmrcl.git] / package.lisp
index 63198e7855fbfb9c41aa528f9f24f8bd1cbcfb34..d6f17a9ddc2df5955a3de28e5158b33bfa39a6a8 100644 (file)
@@ -67,8 +67,6 @@
    #:string-strip-ending
    #:string-maybe-shorten
    #:shrink-vector
-   
-   #:flatten
 
    ;; io.lisp
    #:indent-spaces
    #:plist-alist
    #:update-plist
    #:get-plist
+   #:flatten
 
    ;; seq.lisp
    #:nsubseq
    
    ;; math.lisp
    #:ensure-integer
+   #:histogram
+   #:fixnum-width
    
    ;; macros.lisp
    #:time-iterations
 
    ;; os.lisp
    #:run-shell-command
-   
+
+   ;; color.lisp
+   #:rgb->hsv
+   #:hsv->rgb
+   #:hsv-equal
    ))