Install ------- Download the source code from https://github.com/mmontone/descriptions and point `.asd` system definition files from ``./sbcl/system (ln -s )`` and then evaluate: .. code-block:: common-lisp (require :descriptions) from your lisp listener. You will also need to satisfy these system dependencies: - `alexandria` - `anaphora` - `sheeple` - `cxml` and `cl-json` for the serialization module - `cl-ppcre` for the validation module The easiest way of installing those packages is via Quicklisp_ This library is under the MIT licence. .. _Quicklisp: http://www.quicklisp.org