X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/4358148e6c67fcc2ae24050c54d8050b4dc03f9d..2548f0540da69973512f1827b2bfd2360470bb27:/src/packages.lisp diff --git a/src/packages.lisp b/src/packages.lisp index e65ff7c..234a7be 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -3,14 +3,32 @@ :common-lisp #:contextl #:closer-mop + #:postmodern #:alexandria) (:nicknames #:lol) (:export + +;; ROFL stuff here temporarily + #:standard-db-access-class + #:make-object-from-plist + #:described-db-access-class + #:select-only + #:select + #:insert-into + #:select-objects + #:select-only-n-objects + #:insert-object ;; Descriptions #:find-description + #:description-of #:define-description + #:described-object + #:described-class + #:described-standard-class #:with-active-descriptions + #:with-inactive-descriptions + ;; Displays #:define-display @@ -23,8 +41,27 @@ #:find-attribute #:attribute #:attributes + #:attribute-object #:attribute-label + #:label #:attribute-function - #:attribute-value)) + #:attribute-value + #:display-attribute-value + #:active-attributes + #:attribute-delimiter + #:standard-attribute + ;; Standard Library + + ;; editing + #:editable + #:attribute-editor + #:string-attribute-editor + #:number-attribute-editor + #:password-attribute-editor + #:password + + ;; html + #:display-html-attribute-editor + #:make-attribute-value-writer))