X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/b890d44942859c366cac60a84b6c19363d321aaf..5dea194ed068c8ff73dd65849d92be4ee6c7097b:/src/packages.lisp?ds=sidebyside diff --git a/src/packages.lisp b/src/packages.lisp index 1db3466..eb31876 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -1,6 +1,14 @@ (defpackage :lisp-on-lines - (:use :mewa :meta-model :common-lisp :it.bese.ucw :js :clsql) - (:nicknames :lol) + (:use :arnesi + :iterate + :meta-model + :common-lisp + :it.bese.ucw + :clsql) + (:shadowing-import-from + :iterate + :with) + (:nicknames :lol :mewa) (:export ;;;; LoL :define-view-for-table @@ -39,11 +47,13 @@ :mewa-object-presentation :mewa-one-line-presentation :mewa-list-presentation - + :mewa-search-presentation + :mewa-presentation-search ;; SLOT presentations :defslot-presentation :slot-name :mewa-relation-slot-presentation + :mewa-string-slot-presentation :has-many-slot-presentation :present-slot ;; CRUD