;;; -*- mode: Lisp; Syntax: Common-Lisp; -*- ;;; ;;; Copyright (c) 2009 by the authors. ;;; ;;; See LICENCE for details. (defsystem :hu.dwim.dises :defsystem-depends-on (:hu.dwim.asdf) :class "hu.dwim.asdf:hu.dwim.system" :author ("Levente Mészáros ") :description "Discrete event simulator." :depends-on (:bordeaux-threads :cl-containers :hu.dwim.def+hu.dwim.common :hu.dwim.defclass-star :hu.dwim.delico :local-time) :components ((:module "source" :components ((:file "package") (:file "simulator" :depends-on ("package")) (:file "distribution" :depends-on ("package"))))))