remobe ROFL and add validation
[clinton/lisp-on-lines.git] / src / packages.lisp
index 4a080d6..54a34af 100644 (file)
@@ -3,22 +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
-   #:primary-key-boundp
    
 ;; Descriptions
    #:find-description
@@ -51,6 +40,7 @@
    #:active-attributes
    #:attribute-delimiter
    #:standard-attribute
+
    ;; Standard Library
    
    ;; editing
    #:password-attribute-editor
    #:password
 
+   ;; :validation
+   #:validation
+   #:validate
+   #:validp
+
+   ;; CLOS
+   #:slot-definition-attribute
+
    ;; html
    #:display-html-attribute-editor
    #:make-attribute-value-writer))