biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / development / ocaml-modules / resto / cohttp-client.nix
blobfe6dd6b506e133b6d74f2b0744a50924f01c30b8
1 { buildDunePackage
2 , resto
3 , resto-directory
4 , resto-cohttp
5 , uri
6 , lwt
7 }:
9 buildDunePackage {
10   pname = "resto-cohttp-client";
11   inherit (resto) src version meta doCheck;
12   duneVersion = "3";
14   propagatedBuildInputs = [
15     resto
16     resto-directory
17     resto-cohttp
18     uri
19     lwt
20   ];