X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/ec6dde1ef5ec97747c6ebfcc7f35b3d9da75843f..cbf858b77436d8f8162b3bcf3cd46b0a52101b81:/src/packages.lisp diff --git a/src/packages.lisp b/src/packages.lisp index e456cf0..c67c325 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -1,8 +1,7 @@ (defpackage #:lisp-on-lines (:use - :common-lisp #:contextl - #:closer-mop + #:closer-common-lisp #:alexandria) (:nicknames #:lol) @@ -11,11 +10,16 @@ ;; Descriptions #:*description* + #:description + #:defdescription #:find-description + #:current-description #:description-of #:define-description + #:defining-description #:described-object #:with-described-object + #:funcall-with-described-object #:described-class #:described-standard-class #:with-active-descriptions @@ -37,14 +41,18 @@ #:attribute-object #:attribute-label #:attribute-delimiter + #:attribute-setter #:attribute-slot-name #:label + #:attribute-active-p #:attribute-function #:attribute-value #:display-attribute-value #:active-attributes #:attribute-delimiter #:standard-attribute + #:funcall-with-attribute-context + #:with-attribute-context ;; Standard Library