;;; -*- mode: Lisp; Syntax: Common-Lisp; -*- ;;; ;;; Copyright (c) 2009 by the authors. ;;; ;;; See LICENCE for details. (in-package :hu.dwim.def) (def package :hu.dwim.number-toss (:use :command-line-arguments :hu.dwim.common :hu.dwim.def :hu.dwim.logger :hu.dwim.perec :hu.dwim.rdbms :hu.dwim.rdbms.postgresql :hu.dwim.quasi-quote.xml :hu.dwim.syntax-sugar :hu.dwim.util :hu.dwim.util.flexml :hu.dwim.web-server :iolib :local-time) (:shadow #:log #:position) (:readtable-setup (setup-readtable/same-as-package :hu.dwim.web-server)))