File: lwt_glib.opam

package info (click to toggle)
lwt 2.7.1-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,452 kB
  • ctags: 3,684
  • sloc: ml: 25,116; ansic: 4,725; makefile: 82
file content (22 lines) | stat: -rw-r--r-- 544 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
opam-version: "1.2"
name: "lwt_glib"
version: "1.0.0"
maintainer: "Anton Bachin <antonbachin@yahoo.com>"
authors: [
  "Jérémie Dimino"
]
homepage: "https://github.com/ocsigen/lwt"
doc: "https://ocsigen.org/lwt/manual/"
dev-repo: "https://github.com/ocsigen/lwt.git"
bug-reports: "https://github.com/ocsigen/lwt/issues"
license: "LGPL with OpenSSL linking exception"
install: [
    ["ocamlfind" "install" "lwt_glib" "src/glib/META"]
]
remove: [
    ["ocamlfind" "remove" "lwt_glib"]
]
depends: [
  "lwt" {>= "2.7.0" & < "3.0.0"}
  "lablgtk"
]