X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=lml.asd;fp=lml.asd;h=fadf607ce6622369618908c307b9032397c640b3;hb=e096a26b30542ee3d768d1c6ade28cc34303cb6a;hp=43354708da89ff88494cac7389915c8f5dbacaf3;hpb=99df1b1ec110a5d304042442c3e8cb8b1d17abe8;p=lml.git diff --git a/lml.asd b/lml.asd index 4335470..fadf607 100644 --- a/lml.asd +++ b/lml.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: lml.asd,v 1.7 2002/09/18 06:55:34 kevin Exp $ +;;;; $Id: lml.asd,v 1.8 2002/09/19 23:32:37 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -19,6 +19,17 @@ (in-package :asdf) (defsystem :lml + :name "cl-lml" + :author "Kevin M. Rosenberg " + :version "1.0.5" + :maintainer "Kevin M. Rosenberg " + :licence "GNU General Public License" + :description "Lisp Markup Language" + :long-description "LML provides creation of XHTML for Lisp programs." + + :perform (load-op :after (op lml) + (pushnew :lml cl:*features*)) + :components ((:file "package") (:file "utils" :depends-on ("package"))