opam-version: "1.2"
maintainer: "Anton Bachin <antonbachin@yahoo.com>"
authors: ["Shawn Wagner" "Jérémie Dimino"]
homepage: "https://github.com/ocsigen/lwt"
bug-reports: "https://github.com/ocsigen/lwt/issues"
license: "LGPL"
doc: "https://ocsigen.org/lwt/api/Lwt_log"
dev-repo: "https://github.com/ocsigen/lwt.git"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
  "jbuilder" {build}
  "lwt" {< "4.0.0"}
]
