Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / lisp-modules-obsolete / quicklisp-to-nix-output / http-body.nix
blobc40df485a190bc8e265db8ad4cb01c25b8cb4876
1 /* Generated file. */
2 args @ { fetchurl, ... }:
3 rec {
4   baseName = "http-body";
5   version = "20190813-git";
7   description = "HTTP POST data parser for Common Lisp";
9   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."cl-utilities" args."fast-http" args."fast-io" args."flexi-streams" args."jonathan" args."named-readtables" args."proc-parse" args."quri" args."smart-buffer" args."split-sequence" args."static-vectors" args."trivial-features" args."trivial-gray-streams" args."trivial-types" args."xsubseq" ];
11   src = fetchurl {
12     url = "http://beta.quicklisp.org/archive/http-body/2019-08-13/http-body-20190813-git.tgz";
13     sha256 = "1mc4xinqnvjr7cdyaywdb5lv9k34pal7lhp6f9a660r1rbxybvy8";
14   };
16   packageName = "http-body";
18   asdFilesToKeep = ["http-body.asd"];
19   overrides = x: x;
21 /* (SYSTEM http-body DESCRIPTION HTTP POST data parser for Common Lisp SHA256
22     1mc4xinqnvjr7cdyaywdb5lv9k34pal7lhp6f9a660r1rbxybvy8 URL
23     http://beta.quicklisp.org/archive/http-body/2019-08-13/http-body-20190813-git.tgz
24     MD5 d46ac52643ae7dc148438f84a8107a79 NAME http-body FILENAME http-body DEPS
25     ((NAME alexandria FILENAME alexandria) (NAME babel FILENAME babel)
26      (NAME cffi FILENAME cffi) (NAME cffi-grovel FILENAME cffi-grovel)
27      (NAME cffi-toolchain FILENAME cffi-toolchain)
28      (NAME cl-annot FILENAME cl-annot) (NAME cl-ppcre FILENAME cl-ppcre)
29      (NAME cl-syntax FILENAME cl-syntax)
30      (NAME cl-syntax-annot FILENAME cl-syntax-annot)
31      (NAME cl-utilities FILENAME cl-utilities)
32      (NAME fast-http FILENAME fast-http) (NAME fast-io FILENAME fast-io)
33      (NAME flexi-streams FILENAME flexi-streams)
34      (NAME jonathan FILENAME jonathan)
35      (NAME named-readtables FILENAME named-readtables)
36      (NAME proc-parse FILENAME proc-parse) (NAME quri FILENAME quri)
37      (NAME smart-buffer FILENAME smart-buffer)
38      (NAME split-sequence FILENAME split-sequence)
39      (NAME static-vectors FILENAME static-vectors)
40      (NAME trivial-features FILENAME trivial-features)
41      (NAME trivial-gray-streams FILENAME trivial-gray-streams)
42      (NAME trivial-types FILENAME trivial-types)
43      (NAME xsubseq FILENAME xsubseq))
44     DEPENDENCIES
45     (alexandria babel cffi cffi-grovel cffi-toolchain cl-annot cl-ppcre
46      cl-syntax cl-syntax-annot cl-utilities fast-http fast-io flexi-streams
47      jonathan named-readtables proc-parse quri smart-buffer split-sequence
48      static-vectors trivial-features trivial-gray-streams trivial-types
49      xsubseq)
50     VERSION 20190813-git SIBLINGS (http-body-test) PARASITES NIL) */