X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/2548f0540da69973512f1827b2bfd2360470bb27..e8fd1a9a2f3b68a8aee14b8776ff8398ba717eef:/src/packages.lisp diff --git a/src/packages.lisp b/src/packages.lisp index 234a7be..54a34af 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -3,21 +3,11 @@ :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 @@ -50,6 +40,7 @@ #:active-attributes #:attribute-delimiter #:standard-attribute + ;; Standard Library ;; editing @@ -60,6 +51,14 @@ #:password-attribute-editor #:password + ;; :validation + #:validation + #:validate + #:validp + + ;; CLOS + #:slot-definition-attribute + ;; html #:display-html-attribute-editor #:make-attribute-value-writer))