File: lwt_glib.opam

package info (click to toggle)
zeroinstall-injector 2.18-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,500 kB
  • sloc: ml: 26,524; xml: 2,700; ansic: 319; sh: 236; makefile: 133; python: 105
file content (25 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (3)
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]
]