diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2025-08-24 19:50:56 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2025-08-24 19:50:56 -0300 |
commit | d1816df4c029447f94963355cbdce5c434063ee6 (patch) | |
tree | e4ff17ff8c2d4159a85bb34f3935f843f6bdce4c /package.lisp | |
parent | 97f8b6d2a990fe2e93704460fcdf08701616d7e4 (diff) | |
download | utils-d1816df4c029447f94963355cbdce5c434063ee6.tar.gz utils-d1816df4c029447f94963355cbdce5c434063ee6.zip |
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp index d170039..e6ed7b5 100644 --- a/package.lisp +++ b/package.lisp @@ -1,3 +1,13 @@ +(defpackage #:cursor + (:use #:cl) + (:export #:text + #:index + #:data + #:has-data? + #:peek + #:advance + #:distance)) + (defpackage #:color (:use #:cl) (:export #:hsl->rgb)) |