summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/quicklisp-to-nix-output/let-plus.nix
blob: d7032122ee789462702b1d1e0e16d349542595b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* Generated file. */
args @ { fetchurl, ... }:
rec {
  baseName = "let-plus";
  version = "20191130-git";

  parasites = [ "let-plus/tests" ];

  description = "Destructuring extension of LET*.";

  deps = [ args."alexandria" args."anaphora" args."lift" ];

  src = fetchurl {
    url = "http://beta.quicklisp.org/archive/let-plus/2019-11-30/let-plus-20191130-git.tgz";
    sha256 = "0zj0fgb7lvczgpz4jq8q851p77kma7ikn7hd2jk2c37iv4nmz29p";
  };

  packageName = "let-plus";

  asdFilesToKeep = ["let-plus.asd"];
  overrides = x: x;
}
/* (SYSTEM let-plus DESCRIPTION Destructuring extension of LET*. SHA256
    0zj0fgb7lvczgpz4jq8q851p77kma7ikn7hd2jk2c37iv4nmz29p URL
    http://beta.quicklisp.org/archive/let-plus/2019-11-30/let-plus-20191130-git.tgz
    MD5 1b8d1660ed67852ea31cad44a6fc15d0 NAME let-plus FILENAME let-plus DEPS
    ((NAME alexandria FILENAME alexandria) (NAME anaphora FILENAME anaphora)
     (NAME lift FILENAME lift))
    DEPENDENCIES (alexandria anaphora lift) VERSION 20191130-git SIBLINGS NIL
    PARASITES (let-plus/tests)) */