biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / development / ocaml-modules / resto / cohttp.nix
blobf495cadbf48fa850b159bd0d59a14806baf59cd7
1 { buildDunePackage, resto, resto-directory, cohttp-lwt }:
3 buildDunePackage {
4   pname = "resto-cohttp";
5   inherit (resto) src version meta doCheck;
6   duneVersion = "3";
8   propagatedBuildInputs = [
9     resto
10     resto-directory
11     cohttp-lwt
12   ];