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] 10 11depends: [ 12 "alcotest" {with-test} 13 "cppo" 14 "dune" {>= "1.6"} 15 "ocaml" {>= "4.06.0"} 16 "ocaml-migrate-parsetree" {>= "1.6.0" & < "2.0.0"} 17 "ppx_tools_versioned" {>= "5.2.3"} 18 "reason" 19 "result" 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/v0.7.1.tar.gz" 26 checksum: [ 27 "md5=23fb5ff19b7ed57d12f915913256fcad" 28 "sha512=f0d934d2d34ae69da845fddace9ba5d8a36235ce515705301127d03f6ccf75920e1a3ad773d505c2aea0cd06d90fe9bfd739aaf5476a2af870987c3d3473e630" 29 ] 30}