;;; -*- mode: Lisp; Syntax: Common-Lisp; -*- ;;; ;;; Copyright (c) 2013 by the authors. ;;; ;;; See LICENCE for details. (defsystem :hu.dwim.new-project :defsystem-depends-on (:hu.dwim.asdf) :class "hu.dwim.asdf:hu.dwim.system" :description "Initial template for a new hu.dwim like project." :depends-on (:hu.dwim.common :hu.dwim.def :hu.dwim.defclass-star :hu.dwim.syntax-sugar :hu.dwim.syntax-sugar/lambda-with-bang-args :hu.dwim.util) :components ((:module "source" :components ((:file "package") (:file "new-project" :depends-on ("package"))))))