Some more info added

This commit is contained in:
Sudhir Shenoy 2017-07-15 16:27:41 +09:00 committed by GitHub
parent 6b0cc24490
commit cc1545a69b

View file

@ -47,11 +47,22 @@ in this case) and ignore the time.
the last day of a month, last day of the previous month, Nth day of the last day of a month, last day of the previous month, Nth day of
week in a month (e.g., 3rd Wednesday), etc. week in a month (e.g., 3rd Wednesday), etc.
All functions are provided in the CL-DATES package. A nickname "DT" is
defined to reduce typing if the symbols are not imported.
## Dependencies ## Dependencies
The only dependency is on the Common Lisp package. There are no third The only dependency is on the Common Lisp package. There are no third
party library dependencies. party library dependencies.
## Test Suite
Test cases are in _test-*.lisp_. To run, load the *cl-dates-test* package
and run **cl-dates-test:run-all-tests**.
The library has been tested with CCL on Mac OS X and Windows and SBCL on Mac
OS X. The code is portable and should run on any Common Lisp environment.
## License ## License
*cl-dates* is licensed under the 2-clause BSD license. *cl-dates* is licensed under the 2-clause BSD license.