r8057: add tests for color conversion, hsv-equal
[kmrcl.git] / package.lisp
index fb555be72e8ca721a8f7c50e06163928eaf905cb..d6f17a9ddc2df5955a3de28e5158b33bfa39a6a8 100644 (file)
    
    ;; math.lisp
    #:ensure-integer
+   #:histogram
+   #:fixnum-width
    
    ;; macros.lisp
    #:time-iterations
    ;; os.lisp
    #:run-shell-command
 
+   ;; color.lisp
+   #:rgb->hsv
+   #:hsv->rgb
+   #:hsv-equal
    ))