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 "melange" {>= "2.0.0"}
18 "ocaml" {>= "5.1.0"}
19 "reason" {>= "3.10.0"}
20 "ppxlib" {>= "0.28.0"}
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.13.0/reason-react-0.13.0.tbz"
41 checksum: [
42 "sha256=dad3cbafddc591904549b8b323a813174628e620d70bb589684b71cfa6ba7bb7"
43 "sha512=76eaac3479e1f5e7663ef2eca3cb67de829715dde40fc8928379b8c3be05166b5ef3010afede6ab1e3eeb20f7e3452e9d11a5760cbee210e514b5319b59a9b35"
44 ]
45}
46x-commit-hash: "3971e42df555f3c8fb5b4eab94a26e8e51d79f02"