summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/from-quicklisp
Commit message (Collapse)AuthorAge
* lisp-modules: remove both current implementationsKasper Gałkowski2023-03-01
| | | | | | | In preparation for including another API based on github:uthar/nix-cl This commit will surely temporarily break some packages, but at least it will make reviewing such big changes.
* from-quicklisp: move urls-from-page.sh to its directoryFelix Buehler2022-01-30
|
* misc: Replace tab indentation with spacesVictor Engmark2021-11-14
| | | | | I've tried to be consistent, using four or eight spaces to line up with existing code.
* quicklispPackages: initMichael Raskin2017-03-29
| | | | | | | | | | | | | | | | The idea is to have an almost-automatic conversion from QuickLisp, the definitive Common Lisp package repository, to Nix. The benefit over just using lispPackages.quicklisp is automatic installation of non-Lisp dependencies from NixPkgs (and integration with Nix package management). The benefit over lispPackages for normal Lisp packages is packaging just a snapshot of QuickLisp which is known to be tested for version compatibility between libraries. There are some packages in lispPackages that are not from QuickLisp (for example, the installable wrapper of QuickLisp itself). My hope is to replace the rest with the expressions converted from QuickLisp. Note that the current commit is a mere addition.
* Add ironcladMichael Raskin2014-11-16
|
* Some git support for common-lisp.netMichael Raskin2014-11-13
|
* Allow generate update expressions and support darcsMichael Raskin2014-11-13
|
* Support more quicklisp upstream source typesMichael Raskin2014-11-12
|
* 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