fluffychat: 1.22.1 -> 1.23.0 (#364091)
[NixPkgs.git] / pkgs / development / ocaml-modules / resto / cohttp-self-serving-client.nix
blobb632c348e31c6b2eb947897ad769a3174bc47214
2   buildDunePackage,
3   resto,
4   resto-directory,
5   resto-acl,
6   resto-cohttp,
7   resto-cohttp-client,
8   resto-cohttp-server,
9   uri,
10   lwt,
13 buildDunePackage {
14   pname = "resto-cohttp-self-serving-client";
15   inherit (resto)
16     src
17     version
18     meta
19     doCheck
20     ;
21   duneVersion = "3";
23   propagatedBuildInputs = [
24     resto
25     resto-directory
26     resto-acl
27     resto-cohttp
28     resto-cohttp-client
29     resto-cohttp-server
30     uri
31     lwt
32   ];