opam-version: "2.0" maintainer: [ "Anton Bachin " ] authors: [ "Jérémie Dimino" ] homepage: "https://github.com/ocsigen/lwt" doc: "https://ocsigen.org/lwt/manual/" dev-repo: "git+https://github.com/ocsigen/lwt.git" bug-reports: "https://github.com/ocsigen/lwt/issues" license: "LGPL with OpenSSL linking exception" build: [ [make "configure"] [make "build"] ] install: [ [make "install"] ] remove: [ ["ocamlfind" "remove" "lwt_glib"] ] depends: [ "ocaml" {< "5.0.0"} "ocamlfind" {build} "lwt" {>= "3.0.0"} "base-unix" "conf-pkg-config" {build} "conf-glib-2" {build} "ocamlbuild" {build} ] synopsis: "GLib integration for Lwt" flags: light-uninstall url { src: "https://github.com/ocsigen/lwt/releases/download/3.0.0/lwt_glib-1.0.1.tar.gz" checksum: [ "sha256=3070a6daf13b8705f52cd3dec6b030085ff793620d8face7364ff826a12912d1" "md5=5effd9d4bf2c951617a920cef5621deb" ] }