this repo has no description
1opam-version: "2.0" 2 3synopsis: "GLib integration for Lwt" 4 5license: "LGPL-2.0-or-later" 6homepage: "https://github.com/ocsigen/lwt_glib" 7doc: "https://github.com/ocsigen/lwt_glib/blob/master/src/lwt_glib.mli" 8bug-reports: "https://github.com/ocsigen/lwt_glib/issues" 9 10authors: "Jérémie Dimino" 11maintainer: "Anton Bachin <antonbachin@yahoo.com>" 12dev-repo: "git+https://github.com/ocsigen/lwt_glib.git" 13 14depends: [ 15 "base-unix" 16 "conf-glib-2" {build} 17 "conf-pkg-config" {build} 18 "dune" 19 "lwt" {>= "3.0.0"} 20 "ocaml" 21] 22 23build: [ 24 ["dune" "build" "-p" name "-j" jobs] 25] 26 27url { 28 src: "https://github.com/ocsigen/lwt_glib/archive/1.1.1.tar.gz" 29 checksum: [ 30 "sha256=9c5a487ab966c52745aefa0784ae0437acb44b22189ea753f177dc85a5477362" 31 "md5=9453631043b3e5b50f8d5bc5d443464e" 32 ] 33}