summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-interpol.nix
blob: fe9fa81b6712bc2352049498fe42d66ce84d0c41 (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
/* Generated file. */
args @ { fetchurl, ... }:
rec {
  baseName = "cl-interpol";
  version = "20201220-git";

  parasites = [ "cl-interpol-test" ];

  description = "System lacks description";

  deps = [ args."cl-ppcre" args."cl-unicode" args."flexi-streams" args."named-readtables" ];

  src = fetchurl {
    url = "http://beta.quicklisp.org/archive/cl-interpol/2020-12-20/cl-interpol-20201220-git.tgz";
    sha256 = "1q3zxsbl5br08lv481jsqmq8r9yayp44x6icixcxx5sdz6fbcd3d";
  };

  packageName = "cl-interpol";

  asdFilesToKeep = ["cl-interpol.asd"];
  overrides = x: x;
}
/* (SYSTEM cl-interpol DESCRIPTION System lacks description SHA256
    1q3zxsbl5br08lv481jsqmq8r9yayp44x6icixcxx5sdz6fbcd3d URL
    http://beta.quicklisp.org/archive/cl-interpol/2020-12-20/cl-interpol-20201220-git.tgz
    MD5 d678c521474e1774185b78883396da49 NAME cl-interpol FILENAME cl-interpol
    DEPS
    ((NAME cl-ppcre FILENAME cl-ppcre) (NAME cl-unicode FILENAME cl-unicode)
     (NAME flexi-streams FILENAME flexi-streams)
     (NAME named-readtables FILENAME named-readtables))
    DEPENDENCIES (cl-ppcre cl-unicode flexi-streams named-readtables) VERSION
    20201220-git SIBLINGS NIL PARASITES (cl-interpol-test)) */