;;; -*- mode: Lisp; Syntax: Common-Lisp; -*- ;;; ;;; Copyright (c) 2009 by the authors. ;;; ;;; See LICENCE for details. (defsystem :hu.dwim.defclass-star :defsystem-depends-on (:hu.dwim.asdf) :class "hu.dwim.asdf:hu.dwim.system" :description "Simplify class like definitions with defclass* and friends." :components ((:module "source" :components ((:file "package") (:file "duplicates" :depends-on ("package")) (:file "defclass-star" :depends-on ("duplicates"))))))