12 buildDunePackage rec {
13 pname = "graphql_ppx";
18 minimalOCamlVersion = "4.08";
20 src = fetchFromGitHub {
21 owner = "reasonml-community";
24 sha256 = "sha256-+WJhA2ixZHiSZBoX14dnQKk7JfVAIME4JooNSnhRp44=";
27 nativeBuildInputs = [ reason ];
34 propagatedBuildInputs = [
40 checkInputs = [ alcotest ];
45 homepage = "https://github.com/reasonml-community/graphql_ppx";
46 description = "GraphQL PPX rewriter for Bucklescript/ReasonML";
47 license = lib.licenses.mit;
48 maintainers = with lib.maintainers; [