1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
opam-version: "2.0"
synopsis: "GLib integration for Lwt"
version: "1.1.1"
license: "LGPL"
homepage: "https://github.com/ocsigen/lwt_glib"
doc: "https://github.com/ocsigen/lwt_glib/blob/master/src/lwt_glib.mli"
bug-reports: "https://github.com/ocsigen/lwt_glib/issues"
authors: "Jérémie Dimino"
maintainer: "Anton Bachin <antonbachin@yahoo.com>"
dev-repo: "git+https://github.com/ocsigen/lwt_glib.git"
depends: [
"base-unix"
"conf-glib-2" {build}
"conf-pkg-config" {build}
"dune"
"lwt" {>= "3.0.0"}
]
build: [
["dune" "build" "-p" name "-j" jobs]
]
|