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/api/Lwt_react"
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+beta14"}
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/4.0.0.tar.gz"
29 checksum: [
30 "sha256=51569cb509c1cbc2bf52e782fe0808da22d18ddb9329a066ada5113095ab238c"
31 "md5=3bbde866884e32cc7a9d9cbd1e52bde3"
32 ]
33}