this repo has no description
1opam-version: "2.0"
2synopsis: "GraphQL PPX rewriter for ReScript/ReasonML"
3description:
4 "GraphQL language primitives for ReScript/ReasonML written in ReasonML"
5maintainer: "Tomasz Cichocinski <tomaszcichocinski@gmail.com>"
6authors: "Tomasz Cichocinski <tomaszcichocinski@gmail.com>"
7license: "MIT"
8homepage: "https://github.com/reasonml-community/graphql-ppx"
9bug-reports: "https://github.com/reasonml-community/graphql-ppx/issues"
10dev-repo: "git+https://github.com/reasonml-community/graphql-ppx.git"
11depends: [
12 "alcotest" {with-test}
13 "dune" {>= "2.5"}
14 "ocaml" {>= "4.06"}
15 "ppxlib" {>= "0.21.0" & < "0.36.0"}
16 "reason"
17 "result"
18 "yojson" {>= "1.6.0"}
19]
20build: [
21 ["dune" "build" "-p" name "-j" jobs]
22 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
23]
24url {
25 src:
26 "https://github.com/reasonml-community/graphql-ppx/archive/refs/tags/v1.2.2.tar.gz"
27 checksum: [
28 "md5=00455e2a595b925a697fd7e80aab3fb8"
29 "sha512=b6e0a5b353b6498c10d03a37ab4a2083ca0d17f227fa906e7c6f07053a7a9198476b7aa7d0e88f4e3c8c44a85469eb3a65805cd6d006ef64ff82fe5bc3524881"
30 ]
31}