File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 14
14
"start" : " bsb -make-world -w" ,
15
15
"clean" : " bsb -clean-world" ,
16
16
"test" : " jest" ,
17
- "format" : " find ./src -iname '*.re' | xargs bsrefmt --in-place && find ./src -iname '*.rei' | xargs bsrefmt -i true --in-place"
17
+ "format" : " find ./src -iname '*.re' | xargs bsrefmt --in-place && find ./src -iname '*.rei' | xargs bsrefmt -i true --in-place" ,
18
+ "init" : " opam switch create . 4.06.1 --deps-only -y"
18
19
},
19
20
"keywords" : [
20
21
" reasonml" ,
Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ synopsis: "reason-react"
3
+ homepage: "https://reasonml.github.io/reason-react/"
4
+ bug-reports: "https://github.com/reasonml/reason-react/issues"
5
+ depends: [
6
+ "dune" {>= "2.7" & < "3"}
7
+ "ocaml" {= "4.06.1"}
8
+ "ocaml-lsp-server" {= "1.4.1"}
9
+ "reason" {= "3.8.2"}
10
+ "merlin" {= "3.4.0"}
11
+ ]
12
+ build: [
13
+ ["dune" "subst"] {dev}
14
+ [
15
+ "dune"
16
+ "build"
17
+ "-p"
18
+ name
19
+ "-j"
20
+ jobs
21
+ "@install"
22
+ "@runtest" {with-test}
23
+ "@doc" {with-doc}
24
+ ]
25
+ ]
26
+ dev-repo: "git+https://github.com/reasonml/reason-react.git"
You can’t perform that action at this time.
0 commit comments