opam-version: "1.2"

version: "dev"
homepage: "https://github.com/aantron/lwt_log"
doc: "https://github.com/aantron/lwt_log/blob/master/src/core/lwt_log_core.mli"
bug-reports: "https://github.com/aantron/lwt_log/issues"
license: "LGPL"

authors: [
  "Shawn Wagner"
  "Jérémie Dimino"
]
maintainer: "Anton Bachin <antonbachin@yahoo.com>"
dev-repo: "https://github.com/aantron/lwt_log.git"

depends: [
  "jbuilder" {build & >= "1.0+beta10"}
  "lwt" {>= "4.0.0"}
]

build: [
  ["jbuilder" "build" "-p" name "-j" jobs]
]
