opam-version: "2.0"

synopsis: "GLib integration for Lwt"

version: "1.1.1"
license: "LGPL"
homepage: "https://github.com/ocsigen/lwt_glib"
doc: "https://github.com/ocsigen/lwt_glib/blob/master/src/lwt_glib.mli"
bug-reports: "https://github.com/ocsigen/lwt_glib/issues"

authors: "Jérémie Dimino"
maintainer: "Anton Bachin <antonbachin@yahoo.com>"
dev-repo: "git+https://github.com/ocsigen/lwt_glib.git"

depends: [
  "base-unix"
  "conf-glib-2" {build}
  "conf-pkg-config" {build}
  "dune"
  "lwt" {>= "3.0.0"}
]

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