1{ buildDunePackage, resto, resto-directory, cohttp-lwt }: 2 3buildDunePackage { 4 pname = "resto-cohttp"; 5 inherit (resto) src version meta doCheck; 6 duneVersion = "3"; 7 8 propagatedBuildInputs = [ 9 resto 10 resto-directory 11 cohttp-lwt 12 ]; 13}