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