opam-version: "2.0" synopsis: "Helpers for using React with Lwt" license: "MIT" homepage: "https://github.com/ocsigen/lwt" doc: "https://ocsigen.org/lwt/api/Lwt_react" bug-reports: "https://github.com/ocsigen/lwt/issues" authors: [ "Jérémie Dimino" ] maintainer: [ "Anton Bachin " ] dev-repo: "git+https://github.com/ocsigen/lwt.git" depends: [ "dune" "lwt" {>= "3.0.0"} "ocaml" "react" {>= "1.0.0"} ] build: [ ["dune" "build" "-p" name "-j" jobs] ] url { src: "https://github.com/ocsigen/lwt/archive/4.3.0.tar.gz" checksum: [ "sha256=699af62f5ae7d0c19d0b9cc453937e08bc04853e2ff0895e15e86eb3df32d23d" "md5=1a72b5ae4245707c12656632a25fc18c" ] }