r2777: *** empty log message ***
[lml.git] / lml.asd
diff --git a/lml.asd b/lml.asd
index 43354708da89ff88494cac7389915c8f5dbacaf3..fadf607ce6622369618908c307b9032397c640b3 100644 (file)
--- 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
 ;;;;
 (in-package :asdf)
 
 (defsystem :lml
+  :name "cl-lml"
+  :author "Kevin M. Rosenberg <kmr@debian.org>"
+  :version "1.0.5"
+  :maintainer "Kevin M. Rosenberg <kmr@debian.org>"
+  :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"))