InstallΒΆ

Download the source code from https://github.com/mmontone/descriptions and point .asd system definition files from ./sbcl/system (ln -s <system definition file path>) and then evaluate:

(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.