this repo has no description
1opam-version: "2.0"
2synopsis: "Reason bindings for React.js"
3description: """
4ReasonReact helps you use Reason to build React components with deeply integrated, strong, static type safety.
5
6It is designed and built by people using Reason and React in large, mission critical production React codebases."""
7maintainer: [
8 "David Sancho <dsnxmoreno@gmail.com>"
9 "Antonio Monteiro <anmonteiro@gmail.com>"
10]
11authors: [
12 "Cheng Lou <chenglou92@gmail.com>" "Ricky Vetter <rickywvetter@gmail.com>"
13]
14license: "MIT"
15homepage: "https://reasonml.github.io/reason-react"
16doc: "https://reasonml.github.io/reason-react"
17bug-reports: "https://github.com/reasonml/reason-react/issues"
18depends: [
19 "dune" {>= "3.9"}
20 "ocaml" {>= "5.1.0"}
21 "melange" {>= "2.0.0" & < "3.0.0"}
22 "reason-react-ppx" {= version}
23 "reason" {>= "3.10.0"}
24 "ocaml-lsp-server" {with-test}
25 "opam-check-npm-deps" {= "1.0.0" & with-dev-setup}
26 "ocamlformat" {= "0.24.0" & with-dev-setup}
27 "odoc" {with-doc}
28]
29build: [
30 ["dune" "subst"] {dev}
31 [
32 "dune"
33 "build"
34 "-p"
35 name
36 "-j"
37 jobs
38 "@install"
39 "@doc" {with-doc}
40 ]
41]
42dev-repo: "git+https://github.com/reasonml/reason-react.git"
43depexts: [
44 ["react"] {npm-version = "^17.0.0 || ^18.0.0"}
45 ["react-dom"] {npm-version = "^17.0.0 || ^18.0.0"}
46]
47url {
48 src:
49 "https://github.com/reasonml/reason-react/releases/download/0.13.0/reason-react-0.13.0.tbz"
50 checksum: [
51 "sha256=dad3cbafddc591904549b8b323a813174628e620d70bb589684b71cfa6ba7bb7"
52 "sha512=76eaac3479e1f5e7663ef2eca3cb67de829715dde40fc8928379b8c3be05166b5ef3010afede6ab1e3eeb20f7e3452e9d11a5760cbee210e514b5319b59a9b35"
53 ]
54}
55x-commit-hash: "3971e42df555f3c8fb5b4eab94a26e8e51d79f02"