1 { lib, buildDunePackage, fetchFromGitHub, alcotest, reason
12 minimalOCamlVersion = "4.08";
14 src = fetchFromGitHub {
15 owner = "reasonml-community";
18 sha256 = "sha256-+WJhA2ixZHiSZBoX14dnQKk7JfVAIME4JooNSnhRp44=";
21 buildInputs = [ ppxlib ];
23 propagatedBuildInputs = [
29 checkInputs = [ alcotest ];
34 homepage = "https://github.com/reasonml-community/graphql_ppx";
35 description = "GraphQL PPX rewriter for Bucklescript/ReasonML";
36 license = lib.licenses.mit;
37 maintainers = with lib.maintainers; [ Zimmi48 jtcoolen ];