opam-version: "2.0" synopsis: "GLib integration for Lwt" license: "LGPL-2.0-or-later" 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 " 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"} "ocaml" ] build: [ ["dune" "build" "-p" name "-j" jobs] ] url { src: "https://github.com/ocsigen/lwt_glib/archive/1.1.1.tar.gz" checksum: [ "sha256=9c5a487ab966c52745aefa0784ae0437acb44b22189ea753f177dc85a5477362" "md5=9453631043b3e5b50f8d5bc5d443464e" ] }