[cl-enumeration-cvs] CVS enumerations
mantoniotti
mantoniotti at common-lisp.net
Thu Dec 30 11:56:01 UTC 2010
Update of /project/cl-enumeration/cvsroot/enumerations
In directory cl-net:/tmp/cvs-serv28223
Modified Files:
enumerations-pkg.lisp
Log Message:
Package definition updated alongside the copyright notice.
--- /project/cl-enumeration/cvsroot/enumerations/enumerations-pkg.lisp 2005/03/10 17:40:58 1.2
+++ /project/cl-enumeration/cvsroot/enumerations/enumerations-pkg.lisp 2010/12/30 11:56:01 1.3
@@ -1,12 +1,24 @@
-;;; -*- Mode: Lisp -*-
+;;;; -*- Mode: Lisp -*-
-(defpackage "ORG.NTUNIOTT.COMMON-LISP.EXTENSIONS.DATA-AND-CONTROL-FLOW.ENUMERATIONS" (:use "COMMON-LISP")
+;;;; enumeration-pkg.lisp --
+;;;; The ENUMERATIONS package.
+;;;;
+;;;; See file COPYING for copyright and licensing information.
+
+(defpackage "IT.UNIMIB.DISCO.MA.COMMON-LISP.EXTENSIONS.DATA-AND-CONTROL-FLOW.ENUMERATIONS"
+ (:use "COMMON-LISP")
(:nicknames
"ENUM"
"enum"
"CL.EXTENSIONS.ENUMERATIONS"
"CL.EXT.ENUMERATIONS"
+ "CL.EXTENSIONS.DAC.ENUMERATIONS"
+ "CL.EXT.DAC.ENUMERATIONS"
"COMMON-LISP.EXTENSIONS.DATA-AND-CONTROL-FLOW.ENUMERATIONS")
+ (:documentation "The CL Extensions Enemeration Package.
+
+The package containing the API for a generic enumeration protocol in
+Common Lisp."
(:export
#:enumeration
#:enumerationp
More information about the Cl-enumeration-cvs
mailing list