this repo has no description
1opam-version: "2.0" 2synopsis: "Helpers for using React with Lwt" 3maintainer: "Anton Bachin <antonbachin@yahoo.com>" 4authors: "Jérémie Dimino" 5license: "MIT" 6homepage: "https://github.com/ocsigen/lwt" 7doc: "https://ocsigen.org/lwt/dev/api/Lwt_react" 8bug-reports: "https://github.com/ocsigen/lwt/issues" 9depends: [ 10 "dune" {>= "1.8.0"} 11 "lwt" {>= "3.0.0"} 12 "ocaml" 13 "react" {>= "1.0.0"} 14] 15build: ["dune" "build" "-p" name "-j" jobs] 16dev-repo: "git+https://github.com/ocsigen/lwt.git" 17url { 18 src: "https://github.com/ocsigen/lwt/archive/5.4.0.zip" 19 checksum: [ 20 "md5=fc4721bdb1a01225b96e3a2debde95fa" 21 "sha512=e427f08223b77f9af696c9e6f90ff68e27e02e446910ef90d3da542e7b00bf23dd191ac77c1871288faa2289f8d28fc2f44efc3d3fe9165fe1c7a6be88ee49ff" 22 ] 23}