X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/079b90842fc99823554991ff3e739da9a5d42d97..e8d4fa4537a1655714ad8bbbf9b7ba2d85ead959:/src/packages.lisp?ds=sidebyside diff --git a/src/packages.lisp b/src/packages.lisp index b1f48db..b10abdb 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -1,14 +1,27 @@ (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 + #:select-only + #:select + ;; Descriptions #:find-description #:define-description - + #:described-object + #:described-class + #:with-active-descriptions + ;; Displays #:define-display #:display @@ -18,6 +31,8 @@ ;; Attributes #:find-attribute + #:attribute + #:attributes #:attribute-label #:attribute-function #:attribute-value))