[cl-enumeration-cvs] CVS enumerations
Update of /project/cl-enumeration/cvsroot/enumerations In directory tiger.common-lisp.net:/tmp/cvs-serv16230 Modified Files: COPYING INSTALLATION README TIMESTAMP Log Message: Updated copyright notices and other meta information. --- /project/cl-enumeration/cvsroot/enumerations/COPYING 2012/01/16 15:51:27 1.4 +++ /project/cl-enumeration/cvsroot/enumerations/COPYING 2012/12/28 10:15:58 1.5 @@ -1,4 +1,4 @@ -Copyright (c) 2003-2012 Marco Antoniotti +Copyright (c) 2003-2013 Marco Antoniotti All rights reserved. Permission is hereby granted, without written agreement and without --- /project/cl-enumeration/cvsroot/enumerations/INSTALLATION 2005/03/10 22:11:41 1.1 +++ /project/cl-enumeration/cvsroot/enumerations/INSTALLATION 2012/12/28 10:15:58 1.2 @@ -1,6 +1,11 @@ CL-ENUMERATION INSTALLATION -The package comes with a MK:DEFSYSTEM definition: +CL-ENUMERATIONS is available via quicklisp. You can install in the standard +quicklisp way. + +In alternative, CL-ENUMERATIONS comes with a MK:DEFSYSTEM and a ASDF file. + +To load the library via the MK:DEFSYSTEM definition - "enumerations.system". Issuing @@ -13,6 +18,12 @@ will make the ENUM package available. +The library comes with a ASDF definition and it can therefore be +loaded by issuing the usual command: + + (asdf:oop 'asdf:load-op "enumerations") + + If your CL implementation is ASDF-INSTALL aware, you should also be able to just say --- /project/cl-enumeration/cvsroot/enumerations/README 2012/01/09 15:09:35 1.3 +++ /project/cl-enumeration/cvsroot/enumerations/README 2012/12/28 10:15:58 1.4 @@ -1,6 +1,6 @@ CL-ENUMERATION -Marco Antoniotti (c) 2004-2012 +Marco Antoniotti (c) 2004-2013 The directory containing this file you are reading should contain the code and the documentation of the CL-ENUMERATION package. --- /project/cl-enumeration/cvsroot/enumerations/TIMESTAMP 2012/01/16 15:48:23 1.1 +++ /project/cl-enumeration/cvsroot/enumerations/TIMESTAMP 2012/12/28 10:15:58 1.2 @@ -1 +1 @@ -20120116 +20121227
participants (1)
-
CVS User mantoniotti