14 buildDunePackage rec {
15 pname = "graphql-cohttp";
17 inherit (graphql) version src;
21 nativeBuildInputs = [ ocaml-crunch ];
22 propagatedBuildInputs = [ astring cohttp digestif graphql ocplib-endian ];
24 checkInputs = lib.optionals doCheck [ alcotest cohttp-lwt-unix graphql-lwt ];
28 meta = graphql.meta // {
29 description = "Run GraphQL servers with “cohttp”";