Skip to content

Commit 0913b20

Browse files
committed
Merge branch 'legacy'
2 parents 99e9127 + d63eeb2 commit 0913b20

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

.npmignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@
33
/.vscode
44
/node_modules
55
/ppx
6-
/graphql_ppx.*
7-
/.ci
8-
/src
6+
/.github
97
/tests
108
/esy.lock
119
/402.esy.lock
1210
/binaries
1311
esy.json
14-
dune-project

graphql_ppx.opam

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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: ""

0 commit comments

Comments
 (0)