File tree Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 3
3
/.vscode
4
4
/node_modules
5
5
/ppx
6
- /graphql_ppx. *
7
- /.ci
8
- /src
6
+ /.github
9
7
/tests
10
8
/esy.lock
11
9
/402.esy.lock
12
10
/binaries
13
11
esy.json
14
- dune-project
Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ maintainer: "Tomasz Cichocinski <
[email protected] >"
3
+ authors: "Tomasz Cichocinski <
[email protected] >"
4
+ homepage: "https://github.com/reasonml-community/graphql_ppx"
5
+ bug-reports: "https://github.com/reasonml-community/graphql_ppx/issues"
6
+ build: [
7
+ ["dune" "build" "-p" name "-j" jobs]
8
+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
9
+ ]
10
+
11
+ depends: [
12
+ "alcotest" {with-test}
13
+ "cppo"
14
+ "dune" {>= "1.6"}
15
+ "ocaml" {>= "4.06.0"}
16
+ "ocaml-migrate-parsetree" {>= "1.6.0"}
17
+ "ppx_tools_versioned" {>= "5.2.3"}
18
+ "reason"
19
+ "result"
20
+ "yojson"
21
+ ]
22
+
23
+ synopsis: "GraphQL PPX rewriter for Bucklescript/ReasonML"
24
+ description: ""
You can’t perform that action at this time.
0 commit comments