this repo has no description
1opam-version: "2.0" 2maintainer: [ 3 "Anton Bachin <antonbachin@yahoo.com>" 4] 5authors: [ 6 "Jérémie Dimino" 7] 8homepage: "https://github.com/ocsigen/lwt" 9doc: "https://ocsigen.org/lwt/manual/" 10dev-repo: "git+https://github.com/ocsigen/lwt.git" 11bug-reports: "https://github.com/ocsigen/lwt/issues" 12license: "LGPL with OpenSSL linking exception" 13build: [ 14 [make "configure"] 15 [make "build"] 16] 17install: [ 18 [make "install"] 19] 20remove: [ 21 ["ocamlfind" "remove" "lwt_glib"] 22] 23depends: [ 24 "ocaml" {< "5.0.0"} 25 "ocamlfind" {build} 26 "lwt" {>= "3.0.0"} 27 "base-unix" 28 "conf-pkg-config" {build} 29 "conf-glib-2" {build} 30 "ocamlbuild" {build} 31] 32synopsis: "GLib integration for Lwt" 33flags: light-uninstall 34url { 35 src: 36 "https://github.com/ocsigen/lwt/releases/download/3.0.0/lwt_glib-1.0.1.tar.gz" 37 checksum: [ 38 "sha256=3070a6daf13b8705f52cd3dec6b030085ff793620d8face7364ff826a12912d1" 39 "md5=5effd9d4bf2c951617a920cef5621deb" 40 ] 41}