this repo has no description
1opam-version: "2.0" 2 3synopsis: "Helpers for using React with Lwt" 4 5license: "MIT" 6homepage: "https://github.com/ocsigen/lwt" 7doc: "https://ocsigen.org/lwt/api/Lwt_react" 8bug-reports: "https://github.com/ocsigen/lwt/issues" 9 10authors: [ 11 "Jérémie Dimino" 12] 13maintainer: [ 14 "Anton Bachin <antonbachin@yahoo.com>" 15] 16dev-repo: "git+https://github.com/ocsigen/lwt.git" 17 18depends: [ 19 "dune" 20 "lwt" {>= "3.0.0"} 21 "ocaml" 22 "react" {>= "1.0.0"} 23] 24 25build: [ 26 ["dune" "build" "-p" name "-j" jobs] 27] 28 29url { 30 src: "https://github.com/ocsigen/lwt/archive/4.3.0.tar.gz" 31 checksum: [ 32 "sha256=699af62f5ae7d0c19d0b9cc453937e08bc04853e2ff0895e15e86eb3df32d23d" 33 "md5=1a72b5ae4245707c12656632a25fc18c" 34 ] 35}