X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/3ca0fb8175991a0cfba941f6f0e691678ed11859..ec6dde1ef5ec97747c6ebfcc7f35b3d9da75843f:/src/packages.lisp diff --git a/src/packages.lisp b/src/packages.lisp index 4a080d6..e456cf0 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -3,28 +3,19 @@ :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 - #:primary-key-boundp ;; Descriptions - #:find-description + #:*description* + #:find-description #:description-of #:define-description #:described-object + #:with-described-object #:described-class #:described-standard-class #:with-active-descriptions @@ -35,6 +26,7 @@ #:define-display #:display #:display-using-description + #:display-attribute-label #:*display* #:*object* @@ -44,6 +36,8 @@ #:attributes #:attribute-object #:attribute-label + #:attribute-delimiter + #:attribute-slot-name #:label #:attribute-function #:attribute-value @@ -51,6 +45,7 @@ #:active-attributes #:attribute-delimiter #:standard-attribute + ;; Standard Library ;; editing @@ -61,6 +56,14 @@ #:password-attribute-editor #:password + ;; :validation + #:validation + #:validate + #:validp + + ;; CLOS + #:slot-definition-attribute + ;; html #:display-html-attribute-editor #:make-attribute-value-writer))