Installation ============ In a nutshell ------------- **Lisps**: Tested on Steel Bank Common Lisp v.24.0 or later, but should work on any standards-compliant Common Lisp. **Operating systems**: Tested on Linux and OS X. **License**: `GNU General Public License v3 or later (GPLv3) `_ **Repository**: https://github.com/simoninireland/verilisp **Maintainer**: `Simon Dobson `_ Installation with ASDF and QuickLisp ------------------------------------ At the moment ``Verilisp`` requires manual installation. All the dependencies of ``Verilisp`` are in QuickLisp. Start your Lisp and run: .. code-block:: lisp (ql:quickload "verilisp")