this repo has no description
1opam-version: "2.0" 2maintainer: [ 3 "Anton Bachin <antonbachin@yahoo.com>" 4 "Mauricio Fernandez <mfp@acm.org>" 5 "Simon Cruanes <simon.cruanes.2007@m4x.org>" 6] 7authors: [ 8 "Jérémie Dimino" 9] 10homepage: "https://github.com/ocsigen/lwt" 11doc: "https://ocsigen.org/lwt/manual/" 12dev-repo: "git+https://github.com/ocsigen/lwt.git" 13bug-reports: "https://github.com/ocsigen/lwt/issues" 14license: "LGPL with OpenSSL linking exception" 15 16build: [ 17 ["jbuilder" "build" "-p" name "-j" jobs] 18 ["jbuilder" "runtest" "-p" name] {with-test} 19] 20depends: [ 21 "ocaml" 22 "jbuilder" {>= "1.0+beta10"} 23 "lwt" {>= "3.0.0"} 24 "react" {>= "1.0.0"} 25] 26synopsis: "Helpers for using React with Lwt" 27url { 28 src: "https://github.com/ocsigen/lwt/archive/3.1.0.tar.gz" 29 checksum: [ 30 "sha256=b10689b76d20c66bd27fca4d6bba4daf7b6d77d7d4e42a9eba5579f0cb3e0941" 31 "md5=e80364e38c5fae791a6506b9c113fd29" 32 ] 33}