;;; -*- mode: Lisp; Syntax: Common-Lisp; -*- ;;; ;;; Copyright (c) 2009 by the authors. ;;; ;;; See LICENCE for details. (in-package :hu.dwim.def) (def package :hu.dwim.meta-model (:use :bordeaux-threads :cl-containers :cl-l10n :hu.dwim.asdf :hu.dwim.common :hu.dwim.computed-class :hu.dwim.def :hu.dwim.defclass-star :hu.dwim.delico :hu.dwim.logger :hu.dwim.perec :hu.dwim.presentation :hu.dwim.syntax-sugar :hu.dwim.util :hu.dwim.web-server ;; :hu.dwim.walker is deliberately not use'd to be able to find those few references to it :local-time :metacopy-with-contextl :trivial-garbage) (:shadowing-import-from :iterate #:finish) (:shadowing-import-from :hu.dwim.def #:iterator) (:shadowing-import-from :hu.dwim.perec #:compute-as) (:shadow #:login #:model #:element #:parent #:code #:result #:transaction-mixin) (:import-from :hu.dwim.perec #:computed-universe/perec) (:readtable-setup (hu.dwim.def:setup-readtable/same-as-package :hu.dwim.presentation)))