this repo has no description
1opam-version: "2.0" 2maintainer: [ 3 "Anton Bachin <antonbachin@yahoo.com>" 4] 5authors: [ 6 "Jérémie Dimino" 7] 8homepage: "https://github.com/ocsigen/lwt" 9doc: "https://ocsigen.org/lwt/manual/" 10dev-repo: "git+https://github.com/ocsigen/lwt.git" 11bug-reports: "https://github.com/ocsigen/lwt/issues" 12license: "LGPL with OpenSSL linking exception" 13build: [ 14 [make "configure"] 15 [make "build"] 16] 17install: [ 18 [make "install"] 19] 20remove: [ 21 ["ocamlfind" "remove" "lwt_react"] 22] 23depends: [ 24 "ocaml" {< "5.0"} 25 "lwt" {>= "3.0.0"} 26 "react" {>= "1.0.0"} 27] 28synopsis: "Helpers for using React with Lwt" 29flags: light-uninstall 30url { 31 src: 32 "https://github.com/ocsigen/lwt/releases/download/3.0.0/lwt_react-1.0.1.tar.gz" 33 checksum: [ 34 "sha256=efffcea4c341554a4c31c40812ae890378c3a0921ff6bac88c9c6456e2c8498f" 35 "md5=775cc1bc0bbfa6dfebe8c6fa62c057b2" 36 ] 37}