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 " "Mauricio Fernandez " "Simon Cruanes " ] 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.2.0.tar.gz" checksum: [ "sha256=6d679ec2f33897675066d4c58c1d57d84045727263c16279b23c3a9ce13fb3f0" "md5=2ce7827948adc611319f9449e4519070" ] }