summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/quicklisp-to-nix-output/more-conditions.nix
blob: 3d2cd35b30881305b4e3d8ea23e155ed2cbc1886 (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
31
32
33
34
35
/* Generated file. */
args @ { fetchurl, ... }:
rec {
  baseName = "more-conditions";
  version = "20180831-git";

  parasites = [ "more-conditions/test" ];

  description = "This system provides some generic condition classes in
                conjunction with support functions and macros.";

  deps = [ args."alexandria" args."closer-mop" args."fiveam" args."let-plus" ];

  src = fetchurl {
    url = "http://beta.quicklisp.org/archive/more-conditions/2018-08-31/more-conditions-20180831-git.tgz";
    sha256 = "0wa989kv3sl977g9szxkx52fdnww6aj2a9i77363f90iq02vj97x";
  };

  packageName = "more-conditions";

  asdFilesToKeep = ["more-conditions.asd"];
  overrides = x: x;
}
/* (SYSTEM more-conditions DESCRIPTION
    This system provides some generic condition classes in
                conjunction with support functions and macros.
    SHA256 0wa989kv3sl977g9szxkx52fdnww6aj2a9i77363f90iq02vj97x URL
    http://beta.quicklisp.org/archive/more-conditions/2018-08-31/more-conditions-20180831-git.tgz
    MD5 c4797bd3c6c50fba02a6e8164ddafe28 NAME more-conditions FILENAME
    more-conditions DEPS
    ((NAME alexandria FILENAME alexandria)
     (NAME closer-mop FILENAME closer-mop) (NAME fiveam FILENAME fiveam)
     (NAME let-plus FILENAME let-plus))
    DEPENDENCIES (alexandria closer-mop fiveam let-plus) VERSION 20180831-git
    SIBLINGS NIL PARASITES (more-conditions/test)) */