# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Bindings to ReactJS for js_of_ocaml, including JSX ppx" maintainer: ["Javier Chávarri "] authors: ["Javier Chávarri "] license: "MIT" homepage: "https://github.com/ml-in-barcelona/jsoo-react" bug-reports: "https://github.com/ml-in-barcelona/jsoo-react/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.12.0" & < "5.0.0"} "js_of_ocaml" {>= "4.0.0"} "gen_js_api" {>= "1.0.8"} "ppxlib" {>= "0.23.0"} "webtest" {with-test} "webtest-js" {with-test} "js_of_ocaml-ppx" {with-test} "conf-npm" {with-test} "ocamlformat" {= "0.21.0" & with-test} "reason" {= "3.8.2" & with-test} "ppx_blob" {with-test} "js_of_ocaml-lwt" {with-test} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/ml-in-barcelona/jsoo-react.git" url { src: "https://github.com/ml-in-barcelona/jsoo-react/archive/refs/tags/0.1.tar.gz" checksum: [ "sha256=93d5751c01016f5aa018b80259df0c65ac12f25152cef1dbcff024ddfc1f07b5" "md5=240fd3b58cb002ff7eaa6ddddb7eba87" ] }