summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/quicklisp-to-nix-output/jonathan.nix
blob: 702eb2d05b55c7f9614d419ff9d80d775313d1a5 (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
37
38
39
40
41
42
args @ { fetchurl, ... }:
rec {
  baseName = ''jonathan'';
  version = ''20190202-git'';

  description = ''High performance JSON encoder and decoder. Currently support: SBCL, CCL.'';

  deps = [ args."alexandria" args."babel" args."cffi" args."cffi-grovel" args."cffi-toolchain" args."cl-annot" args."cl-ppcre" args."cl-syntax" args."cl-syntax-annot" args."fast-io" args."named-readtables" args."proc-parse" args."static-vectors" args."trivial-features" args."trivial-gray-streams" args."trivial-types" ];

  src = fetchurl {
    url = ''http://beta.quicklisp.org/archive/jonathan/2019-02-02/jonathan-20190202-git.tgz'';
    sha256 = ''1p70ji0mwx11q5iy792lxpcbx7mzh4az88vgkq39yx1ffwvpxvwl'';
  };

  packageName = "jonathan";

  asdFilesToKeep = ["jonathan.asd"];
  overrides = x: x;
}
/* (SYSTEM jonathan DESCRIPTION
    High performance JSON encoder and decoder. Currently support: SBCL, CCL.
    SHA256 1p70ji0mwx11q5iy792lxpcbx7mzh4az88vgkq39yx1ffwvpxvwl URL
    http://beta.quicklisp.org/archive/jonathan/2019-02-02/jonathan-20190202-git.tgz
    MD5 bf340574fc901706ba2dcdc57e1e78ad NAME jonathan FILENAME jonathan DEPS
    ((NAME alexandria FILENAME alexandria) (NAME babel FILENAME babel)
     (NAME cffi FILENAME cffi) (NAME cffi-grovel FILENAME cffi-grovel)
     (NAME cffi-toolchain FILENAME cffi-toolchain)
     (NAME cl-annot FILENAME cl-annot) (NAME cl-ppcre FILENAME cl-ppcre)
     (NAME cl-syntax FILENAME cl-syntax)
     (NAME cl-syntax-annot FILENAME cl-syntax-annot)
     (NAME fast-io FILENAME fast-io)
     (NAME named-readtables FILENAME named-readtables)
     (NAME proc-parse FILENAME proc-parse)
     (NAME static-vectors FILENAME static-vectors)
     (NAME trivial-features FILENAME trivial-features)
     (NAME trivial-gray-streams FILENAME trivial-gray-streams)
     (NAME trivial-types FILENAME trivial-types))
    DEPENDENCIES
    (alexandria babel cffi cffi-grovel cffi-toolchain cl-annot cl-ppcre
     cl-syntax cl-syntax-annot fast-io named-readtables proc-parse
     static-vectors trivial-features trivial-gray-streams trivial-types)
    VERSION 20190202-git SIBLINGS (jonathan-test) PARASITES NIL) */