mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
lispPackages: add some more, mainly from Quicklisp top 100
This commit is contained in:
parent
ef92fe9c43
commit
665597f50b
27 changed files with 2521 additions and 1293 deletions
|
@ -0,0 +1,29 @@
|
|||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''cl-slice'';
|
||||
version = ''20171130-git'';
|
||||
|
||||
parasites = [ "cl-slice-tests" ];
|
||||
|
||||
description = ''DSL for array slices in Common Lisp.'';
|
||||
|
||||
deps = [ args."alexandria" args."anaphora" args."clunit" args."let-plus" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/cl-slice/2017-11-30/cl-slice-20171130-git.tgz'';
|
||||
sha256 = ''0nay95qsnck40kdxjgjdii5rcgrdhf880pg9ajmbxilgw84xb2zn'';
|
||||
};
|
||||
|
||||
packageName = "cl-slice";
|
||||
|
||||
asdFilesToKeep = ["cl-slice.asd"];
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM cl-slice DESCRIPTION DSL for array slices in Common Lisp. SHA256
|
||||
0nay95qsnck40kdxjgjdii5rcgrdhf880pg9ajmbxilgw84xb2zn URL
|
||||
http://beta.quicklisp.org/archive/cl-slice/2017-11-30/cl-slice-20171130-git.tgz
|
||||
MD5 b83a7a9aa503dc01cba43cf1e494e67d NAME cl-slice FILENAME cl-slice DEPS
|
||||
((NAME alexandria FILENAME alexandria) (NAME anaphora FILENAME anaphora)
|
||||
(NAME clunit FILENAME clunit) (NAME let-plus FILENAME let-plus))
|
||||
DEPENDENCIES (alexandria anaphora clunit let-plus) VERSION 20171130-git
|
||||
SIBLINGS NIL PARASITES (cl-slice-tests)) */
|
Loading…
Add table
Add a link
Reference in a new issue