summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-postgres_plus_local-time.nix
blob: d85ab33f06e38e37631af6dc9819ccd77a75f753 (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
36
args @ { fetchurl, ... }:
rec {
  baseName = ''cl-postgres_plus_local-time'';
  version = ''local-time-20210124-git'';

  description = ''Integration between cl-postgres and local-time'';

  deps = [ args."alexandria" args."bordeaux-threads" args."cl-base64" args."cl-postgres" args."cl-ppcre" args."ironclad" args."local-time" args."md5" args."split-sequence" args."uax-15" args."usocket" ];

  src = fetchurl {
    url = ''http://beta.quicklisp.org/archive/local-time/2021-01-24/local-time-20210124-git.tgz'';
    sha256 = ''0bz5z0rd8gfd22bpqkalaijxlrk806zc010cvgd4qjapbrxzjg3s'';
  };

  packageName = "cl-postgres+local-time";

  asdFilesToKeep = ["cl-postgres+local-time.asd"];
  overrides = x: x;
}
/* (SYSTEM cl-postgres+local-time DESCRIPTION
    Integration between cl-postgres and local-time SHA256
    0bz5z0rd8gfd22bpqkalaijxlrk806zc010cvgd4qjapbrxzjg3s URL
    http://beta.quicklisp.org/archive/local-time/2021-01-24/local-time-20210124-git.tgz
    MD5 631d67bc84ae838792717b256f2cdbaf NAME cl-postgres+local-time FILENAME
    cl-postgres_plus_local-time DEPS
    ((NAME alexandria FILENAME alexandria)
     (NAME bordeaux-threads FILENAME bordeaux-threads)
     (NAME cl-base64 FILENAME cl-base64)
     (NAME cl-postgres FILENAME cl-postgres) (NAME cl-ppcre FILENAME cl-ppcre)
     (NAME ironclad FILENAME ironclad) (NAME local-time FILENAME local-time)
     (NAME md5 FILENAME md5) (NAME split-sequence FILENAME split-sequence)
     (NAME uax-15 FILENAME uax-15) (NAME usocket FILENAME usocket))
    DEPENDENCIES
    (alexandria bordeaux-threads cl-base64 cl-postgres cl-ppcre ironclad
     local-time md5 split-sequence uax-15 usocket)
    VERSION local-time-20210124-git SIBLINGS (local-time) PARASITES NIL) */