this repo has no description
1opam-version: "2.0"
2synopsis: "GraphQL PPX rewriter for Bucklescript/ReasonML"
3maintainer: "Tomasz Cichocinski <tomaszcichocinski@gmail.com>"
4authors: "Tomasz Cichocinski <tomaszcichocinski@gmail.com>"
5homepage: "https://github.com/reasonml-community/graphql-ppx"
6bug-reports: "https://github.com/reasonml-community/graphql-ppx/issues"
7build: [
8 ["dune" "build" "-p" name "-j" jobs]
9 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
10]
11
12depends: [
13 "alcotest" {with-test}
14 "cppo"
15 "dune" {>= "2.5"}
16 "ocaml" {>= "4.06.0"}
17 "ocaml-migrate-parsetree" {>= "1.6.0" & < "2.0.0"}
18 "ppx_tools_versioned" {>= "5.2.3"}
19 "reason"
20 "yojson"
21]
22dev-repo: "git+https://github.com/reasonml-community/graphql-ppx.git"
23url {
24 src:
25 "https://github.com/reasonml-community/graphql-ppx/archive/v1.0.1.tar.gz"
26 checksum: [
27 "md5=bcf43590b569405282f698ad5bdb45f9"
28 "sha512=644479f8fc2760cf202c4bce04cb5cf6e1a8f38fcc9a68583c92b8c4fe614c58d4d28e29a21935ef01f3b049d3ebea14ae6eaebf01000ec2a69cf62105338d8a"
29 ]
30}