1 { buildDunePackage, alcotest, graphql, ocaml_lwt }:
6 inherit (graphql) version src;
10 propagatedBuildInputs = [ graphql ocaml_lwt ];
12 checkInputs = [ alcotest ];
16 meta = graphql.meta // {
17 description = "Build GraphQL schemas with Lwt support";