opam-version: "2.0" maintainer: [ "Anton Bachin " "Mauricio Fernandez " "Simon Cruanes " ] authors: [ "Jérémie Dimino" ] homepage: "https://github.com/aantron/lwt_glib" doc: "https://github.com/aantron/lwt_glib/blob/master/src/lwt_glib.mli" dev-repo: "git+https://github.com/aantron/lwt_glib.git" bug-reports: "https://github.com/aantron/lwt_glib/issues" license: "LGPL with OpenSSL linking exception" build: [ ["jbuilder" "build" "-p" name "-j" jobs] ["jbuilder" "runtest" "-p" name] {with-test} ] depends: [ "ocaml" "base-unix" "conf-glib-2" {build} "conf-pkg-config" {build} "jbuilder" {>= "1.0+beta10"} "lwt" {>= "3.0.0"} ] synopsis: "GLib integration for Lwt" url { src: "https://github.com/ocsigen/lwt/archive/3.1.0.tar.gz" checksum: [ "sha256=b10689b76d20c66bd27fca4d6bba4daf7b6d77d7d4e42a9eba5579f0cb3e0941" "md5=e80364e38c5fae791a6506b9c113fd29" ] }