X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/579597e310dfac262d629aade17f86c3d6b80da4..ae09804af7bb83aca901663108c8b05d5cfa3e3a:/src/packages.lisp diff --git a/src/packages.lisp b/src/packages.lisp index 8c971ce..2111530 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -32,3 +32,11 @@ :list-has-many :list-many-to-many)) + +(defpackage :mewa + (:use :ucw :common-lisp) + (:export :mewa :mewa-object-presentation :mewa-one-line-presentation :find-attribute :set-default-attributes :make-presentation :call-presentation :label :set-attribute :find-class-attributes :default-attributes)) + + +(defpackage :lisp-on-lines + (:use :mewa :meta-model :common-lisp :it.bese.ucw)) \ No newline at end of file