X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/80fcd57c2870eac29dc3e21849d358b6b58adcf8..6de8d30004efc9337b8c40d2ff2d0a76651d23eb:/src/packages.lisp?ds=sidebyside diff --git a/src/packages.lisp b/src/packages.lisp index e65ff7c..2bca20d 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -3,13 +3,20 @@ :common-lisp #: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