1 { lib, buildDunePackage, fetchurl, alcotest, fmt, menhir, re }:
4 pname = "graphql_parser";
7 minimalOCamlVersion = "4.08";
11 url = "https://github.com/andreas/ocaml-graphql-server/releases/download/${version}/graphql-${version}.tbz";
12 sha256 = "sha256-v4v1ueF+NV7LvYIVinaf4rE450Z1P9OiMAito6/NHAY=";
15 nativeBuildInputs = [ menhir ];
16 propagatedBuildInputs = [ fmt re ];
18 checkInputs = [ alcotest ];
23 homepage = "https://github.com/andreas/ocaml-graphql-server";
24 description = "Library for parsing GraphQL queries";
25 license = lib.licenses.mit;
26 maintainers = [ lib.maintainers.vbgl ];