opam-version: "2.0" synopsis: "React.js JSX PPX" description: "ReasonReact JSX PPX" maintainer: [ "David Sancho " "Antonio Monteiro " ] authors: [ "Cheng Lou " "Ricky Vetter " ] license: "MIT" homepage: "https://reasonml.github.io/reason-react" doc: "https://reasonml.github.io/reason-react" bug-reports: "https://github.com/reasonml/reason-react/issues" depends: [ "dune" {>= "3.9"} "ocaml" {>= "4.14"} "reason" {>= "3.12.0"} "ppxlib" {>= "0.33.0" & < "0.36.0"} "merlin" {with-test} "ocamlformat" {= "0.24.0" & with-dev-setup} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/reasonml/reason-react.git" url { src: "https://github.com/reasonml/reason-react/releases/download/0.15.0/reason-react-0.15.0.tbz" checksum: [ "sha256=fa93c9a3f6f9d2fa78a400bfca02352c70793b4a43275c6971064e7453fc43cd" "sha512=7408f3b9a86a78b8062d45b131f4fb166c75a783be7a33bf63b3841b32b9022230b45e69323ef7ed6b717921b4ddb375ead0f0ce534174552f032f4de23de2ad" ] } x-commit-hash: "c575d278daa73618a7883290fffe7397447c10a9"