opam-version: "2.0" maintainer: [ "Anton Bachin " ] authors: [ "Jérémie Dimino" ] homepage: "https://github.com/ocsigen/lwt" doc: "https://ocsigen.org/lwt/manual/" dev-repo: "git+https://github.com/ocsigen/lwt.git" bug-reports: "https://github.com/ocsigen/lwt/issues" license: "LGPL with OpenSSL linking exception" build: [ [make "configure"] [make "build"] ] install: [ [make "install"] ] remove: [ ["ocamlfind" "remove" "lwt_react"] ] depends: [ "ocaml" {< "5.0"} "lwt" {>= "3.0.0"} "react" {>= "1.0.0"} ] synopsis: "Helpers for using React with Lwt" flags: light-uninstall url { src: "https://github.com/ocsigen/lwt/releases/download/3.0.0/lwt_react-1.0.1.tar.gz" checksum: [ "sha256=efffcea4c341554a4c31c40812ae890378c3a0921ff6bac88c9c6456e2c8498f" "md5=775cc1bc0bbfa6dfebe8c6fa62c057b2" ] }