opam-version: "2.0"
maintainer: [
  "Anton Bachin <antonbachin@yahoo.com>"
  "Mauricio Fernandez <mfp@acm.org>"
  "Simon Cruanes <simon.cruanes.2007@m4x.org>"
]
authors: [
  "Jérémie Dimino"
]
homepage: "https://github.com/ocsigen/lwt"
doc: "https://ocsigen.org/lwt/api/Lwt_react"
dev-repo: "git+https://github.com/ocsigen/lwt.git"
bug-reports: "https://github.com/ocsigen/lwt/issues"
license: "LGPL with OpenSSL linking exception"

build: [
  ["jbuilder" "build" "-p" name "-j" jobs]
  ["jbuilder" "runtest" "-p" name] {with-test}
]
depends: [
  "ocaml"
  "jbuilder" {>= "1.0+beta14"}
  "lwt" {>= "3.0.0"}
  "react" {>= "1.0.0"}
]
synopsis: "Helpers for using React with Lwt"
url {
  src: "https://github.com/ocsigen/lwt/archive/4.0.0.tar.gz"
  checksum: "md5=3bbde866884e32cc7a9d9cbd1e52bde3"
}
