opam-version: "2.0"
synopsis: "GraphQL PPX rewriter for Bucklescript/ReasonML"
maintainer: "Tomasz Cichocinski <tomaszcichocinski@gmail.com>"
authors: "Tomasz Cichocinski <tomaszcichocinski@gmail.com>"
homepage: "https://github.com/reasonml-community/graphql_ppx"
bug-reports: "https://github.com/reasonml-community/graphql_ppx/issues"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]

depends: [
  "alcotest" {with-test}
  "cppo"
  "dune" {>= "1.6"}
  "ocaml" {>= "4.06.0"}
  "ocaml-migrate-parsetree" {>= "1.6.0" & < "2.0.0"}
  "ppx_tools_versioned" {>= "5.2.3"}
  "reason"
  "result"
  "yojson"
]
dev-repo: "git+https://github.com/reasonml-community/graphql_ppx.git"
url {
  src:
    "https://github.com/reasonml-community/graphql_ppx/archive/v0.7.1.tar.gz"
  checksum: [
    "md5=23fb5ff19b7ed57d12f915913256fcad"
    "sha512=f0d934d2d34ae69da845fddace9ba5d8a36235ce515705301127d03f6ccf75920e1a3ad773d505c2aea0cd06d90fe9bfd739aaf5476a2af870987c3d3473e630"
  ]
}
