about summary refs log tree commit diff
path: root/pkgs/development/lisp-modules
Commit message (Collapse)AuthorAge
* lispPackages: Fix Github URIs.Moritz Ulrich2013-12-12
| | | | Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
* Updating ASDFMichael Raskin2013-11-25
|
* A few hooks for easier library handling when CFFI is usedMichael Raskin2013-10-29
|
* Adding a facility to generate Lisp module definitions from QuickLisp; no ↵Michael Raskin2013-10-29
| | | | sane update facility yet; adding Esrap-PEG as a test
* Updating ASDF to 3.0.2.4Michael Raskin2013-10-20
|
* Adding fresh StumpWM built via lisp-packagesMichael Raskin2013-10-13
|
* Adding lisp-packages subset. Adding a few test packages without dependencies.Michael Raskin2013-10-13
|
* Adding a Common Lisp wrapper.Michael Raskin2013-10-13
| | | | | | | | | | | 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
* Adding ASDF package definition system for Common LispMichael Raskin2013-10-13