this repo has no description
1opam-version: "2.0"
2synopsis: "React.js JSX PPX"
3description: "ReasonReact JSX PPX"
4maintainer: [
5 "David Sancho <dsnxmoreno@gmail.com>"
6 "Antonio Monteiro <anmonteiro@gmail.com>"
7]
8authors: [
9 "Cheng Lou <chenglou92@gmail.com>" "Ricky Vetter <rickywvetter@gmail.com>"
10]
11license: "MIT"
12homepage: "https://reasonml.github.io/reason-react"
13doc: "https://reasonml.github.io/reason-react"
14bug-reports: "https://github.com/reasonml/reason-react/issues"
15depends: [
16 "dune" {>= "3.9"}
17 "ocaml" {>= "5.1.1" & < "5.2.0"}
18 "reason" {>= "3.10.0"}
19 "ppxlib" {>= "0.28.0"}
20 "merlin" {= "4.13.1-501" & with-test}
21 "ocamlformat" {= "0.24.0" & with-dev-setup}
22 "odoc" {with-doc}
23]
24build: [
25 ["dune" "subst"] {dev}
26 [
27 "dune"
28 "build"
29 "-p"
30 name
31 "-j"
32 jobs
33 "@install"
34 "@doc" {with-doc}
35 ]
36]
37dev-repo: "git+https://github.com/reasonml/reason-react.git"
38url {
39 src:
40 "https://github.com/reasonml/reason-react/releases/download/0.14.0/reason-react-0.14.0.tbz"
41 checksum: [
42 "sha256=beea06b4a02111b5e46804e359d168d357f278267c5cb4faf3f5d66e7cfe60a8"
43 "sha512=072cb9184e6a3c963fc27220f52ded0b3cb5b21a2f62770f08eb261682ea9c4faf7de2f281f82816e17d19d6b806513cd51dfe69e9928eba4eef162867a06560"
44 ]
45}
46x-commit-hash: "7856cb0c3fdad99c9d4e6f1453e53aeb0e737c3b"