[rfc2388-cvs] CVS rfc2388

CVS User jdzerins jdzerins at common-lisp.net
Wed Dec 14 15:14:43 UTC 2011


Update of /project/rfc2388/cvsroot/rfc2388
In directory tiger.common-lisp.net:/tmp/cvs-serv11488

Modified Files:
	rfc2388.asd 
Log Message:
More metadata in .asd file


--- /project/rfc2388/cvsroot/rfc2388/rfc2388.asd	2010/07/19 07:33:20	1.2
+++ /project/rfc2388/cvsroot/rfc2388/rfc2388.asd	2011/12/14 15:14:42	1.3
@@ -29,6 +29,12 @@
 (in-package :rfc2388.system)
 
 (defsystem :rfc2388
+  :author "Jānis Džeriņš <jonis at latnet.lv>"
+  :version "1.5"
+  :description "Implementation of RFC 2388"
+  :long-description "
+Contains an implementation of RFC 2388, which is used to process form data
+posted with HTTP POST method using enctype \"multipart/form-data\"."
   :components ((:static-file "rfc2388.asd")
                (:file "rfc2388" :depends-on ("packages"))
                (:file "packages")))





More information about the rfc2388-cvs mailing list