this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Bindings to ReactJS for js_of_ocaml, including JSX ppx" 4maintainer: ["Javier Chávarri <javier.chavarri@gmail.com>"] 5authors: ["Javier Chávarri <javier.chavarri@gmail.com>"] 6license: "MIT" 7homepage: "https://github.com/ml-in-barcelona/jsoo-react" 8bug-reports: "https://github.com/ml-in-barcelona/jsoo-react/issues" 9depends: [ 10 "dune" {>= "2.7"} 11 "ocaml" {>= "4.12.0" & < "5.0.0"} 12 "js_of_ocaml" {>= "4.0.0"} 13 "gen_js_api" {>= "1.0.8"} 14 "ppxlib" {>= "0.23.0"} 15 "webtest" {with-test} 16 "webtest-js" {with-test} 17 "js_of_ocaml-ppx" {with-test} 18 "conf-npm" {with-test} 19 "ocamlformat" {= "0.21.0" & with-test} 20 "reason" {= "3.8.2" & with-test} 21 "ppx_blob" {with-test} 22 "js_of_ocaml-lwt" {with-test} 23 "odoc" {with-doc} 24] 25build: [ 26 ["dune" "subst"] {dev} 27 [ 28 "dune" 29 "build" 30 "-p" 31 name 32 "-j" 33 jobs 34 "@install" 35 "@doc" {with-doc} 36 ] 37] 38dev-repo: "git+https://github.com/ml-in-barcelona/jsoo-react.git" 39url { 40 src: 41 "https://github.com/ml-in-barcelona/jsoo-react/archive/refs/tags/0.1.tar.gz" 42 checksum: [ 43 "sha256=93d5751c01016f5aa018b80259df0c65ac12f25152cef1dbcff024ddfc1f07b5" 44 "md5=240fd3b58cb002ff7eaa6ddddb7eba87" 45 ] 46}