Properties are special now!
[clinton/lisp-on-lines.git] / src / packages.lisp
index b1f48db..2bca20d 100644 (file)
@@ -1,14 +1,24 @@
 (defpackage #:lisp-on-lines
   (:use 
    :common-lisp
-   #:contextl)
+   #:contextl
+   #:closer-mop
+   #:postmodern
+   #:alexandria)
   (:nicknames #:lol)
   (:export
-   
+
+;; ROFL stuff here temporarily
+   #:standard-db-access-class
+   #:make-dao-from-row
+   #:described-db-access-class
+
 ;; Descriptions
    #:find-description
    #:define-description
-   
+   #:described-class
+   #:with-active-descriptions
+
    ;; Displays
    #:define-display
    #:display
@@ -18,6 +28,8 @@
    
    ;; Attributes
    #:find-attribute
+   #:attribute
+   #:attributes
    #:attribute-label
    #:attribute-function
    #:attribute-value))