this repo has no description
1opam-version: "2.0"
2maintainer: [
3 "Anton Bachin <antonbachin@yahoo.com>"
4 "Mauricio Fernandez <mfp@acm.org>"
5 "Simon Cruanes <simon.cruanes.2007@m4x.org>"
6]
7authors: [
8 "Jérémie Dimino"
9]
10homepage: "https://github.com/aantron/lwt_glib"
11doc: "https://github.com/aantron/lwt_glib/blob/master/src/lwt_glib.mli"
12dev-repo: "git+https://github.com/aantron/lwt_glib.git"
13bug-reports: "https://github.com/aantron/lwt_glib/issues"
14license: "LGPL with OpenSSL linking exception"
15
16build: [
17 ["jbuilder" "build" "-p" name "-j" jobs]
18 ["jbuilder" "runtest" "-p" name] {with-test}
19]
20depends: [
21 "ocaml"
22 "base-unix"
23 "conf-glib-2" {build}
24 "conf-pkg-config" {build}
25 "jbuilder" {>= "1.0+beta10"}
26 "lwt" {>= "3.0.0"}
27]
28synopsis: "GLib integration for Lwt"
29url {
30 src: "https://github.com/ocsigen/lwt/archive/3.1.0.tar.gz"
31 checksum: [
32 "sha256=b10689b76d20c66bd27fca4d6bba4daf7b6d77d7d4e42a9eba5579f0cb3e0941"
33 "md5=e80364e38c5fae791a6506b9c113fd29"
34 ]
35}