X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/3ca0fb8175991a0cfba941f6f0e691678ed11859..f56d6e7e926f9c3f968325e244794ff748435ac3:/src/packages.lisp diff --git a/src/packages.lisp b/src/packages.lisp index 4a080d6..07ff448 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -3,28 +3,20 @@ :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 + #:defining-description #:described-object + #:with-described-object #:described-class #:described-standard-class #:with-active-descriptions @@ -35,6 +27,7 @@ #:define-display #:display #:display-using-description + #:display-attribute-label #:*display* #:*object* @@ -44,13 +37,19 @@ #:attributes #:attribute-object #:attribute-label + #:attribute-delimiter + #: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 ;; editing @@ -61,6 +60,14 @@ #:password-attribute-editor #:password + ;; :validation + #:validation + #:validate + #:validp + + ;; CLOS + #:slot-definition-attribute + ;; html #:display-html-attribute-editor #:make-attribute-value-writer))