X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/d5e996b3f1e6f25053a3b13f661ab34697085c5c..13ada38fa5b2a6f9e1158b3f5365238de5dce84c:/src/packages.lisp 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