tons of small changes to bring this up to date with maxclaims 2.0
[clinton/lisp-on-lines.git] / src / packages.lisp
index 234a7be..07ff448 100644 (file)
@@ -3,27 +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
    
 ;; 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
@@ -34,6 +27,7 @@
    #:define-display
    #:display
    #:display-using-description
+   #:display-attribute-label
    #:*display*
    #:*object*
    
    #: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
    #:password-attribute-editor
    #:password
 
+   ;; :validation
+   #:validation
+   #:validate
+   #:validp
+
+   ;; CLOS
+   #:slot-definition-attribute
+
    ;; html
    #:display-html-attribute-editor
    #:make-attribute-value-writer))