nixpkgs/pkgs/development/lisp-modules
Michael Raskin d44439d03e Adding a Common Lisp wrapper.
Features:
  + configurable via environment variables
  + can skip the actual launching of the lisp implementation (source it
  with NIX_LISP_SKIP_CODE=1 to get all the settings)
  + currently supports SBCL, CLisp, ECL
  + determines lisp implementation from NIX_LISP_COMMAND variable or
  from buildInputs
  + sets ASDF search path for packages using buildInputs
2013-10-13 10:45:07 +04:00
..
asdf Adding ASDF package definition system for Common Lisp 2013-10-13 10:40:25 +04:00
clwrapper Adding a Common Lisp wrapper. 2013-10-13 10:45:07 +04:00