summary refs log blame commit diff
path: root/pkgs/development/ocaml-modules/resto/cohttp-client.nix
blob: 2dc651045ba5d987db060adf90a3497d5e9adf5d (plain) (tree)



















                                                    
{ buildDunePackage
, resto
, resto-directory
, resto-cohttp
, uri
, lwt
}:

buildDunePackage {
  pname = "resto-cohttp-client";
  inherit (resto) src version meta useDune2 doCheck;

  propagatedBuildInputs = [
    resto
    resto-directory
    resto-cohttp
    uri
    lwt
  ];
}