mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
lispPackages: add a few more, escape +
This commit is contained in:
parent
a035714be9
commit
140b163602
17 changed files with 472 additions and 91 deletions
|
@ -0,0 +1,25 @@
|
|||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''string-case'';
|
||||
version = ''20151218-git'';
|
||||
|
||||
description = ''string-case is a macro that generates specialised decision trees to dispatch on string equality'';
|
||||
|
||||
deps = [ ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/string-case/2015-12-18/string-case-20151218-git.tgz'';
|
||||
sha256 = ''0l7bcysm1hwxaxxbld9fs0hj30739wf2ys3n6fhfdy9m5rz1cfbw'';
|
||||
};
|
||||
|
||||
packageName = "string-case";
|
||||
|
||||
asdFilesToKeep = ["string-case.asd"];
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM string-case DESCRIPTION
|
||||
string-case is a macro that generates specialised decision trees to dispatch on string equality
|
||||
SHA256 0l7bcysm1hwxaxxbld9fs0hj30739wf2ys3n6fhfdy9m5rz1cfbw URL
|
||||
http://beta.quicklisp.org/archive/string-case/2015-12-18/string-case-20151218-git.tgz
|
||||
MD5 fb747ba1276f0173f875876425b1acc3 NAME string-case FILENAME string-case
|
||||
DEPS NIL DEPENDENCIES NIL VERSION 20151218-git SIBLINGS NIL PARASITES NIL) */
|
Loading…
Add table
Add a link
Reference in a new issue