;;; -*- mode: Lisp; Syntax: Common-Lisp; -*- ;;; ;;; Copyright (c) 2009 by the authors. ;;; ;;; See LICENCE for details. (defsystem :hu.dwim.remote-eval :defsystem-depends-on (:hu.dwim.asdf) :class "hu.dwim.asdf:hu.dwim.system" :author ("Attila Lendvai " "Levente Mészáros ") :description "Remote evaluation for distributed computing." :depends-on (:bordeaux-threads :hu.dwim.common :hu.dwim.def :hu.dwim.defclass-star :hu.dwim.serializer :hu.dwim.syntax-sugar :usocket) :components ((:module "source" :components ((:file "package") (:file "remote-eval" :depends-on ("package"))))))