this repo has no description
1opam-version: "2.0" 2maintainer: "garrigue@math.nagoya-u.ac.jp" 3authors: ["Jacques Garrigue et al., Nagoya University"] 4homepage: "https://garrigue.github.io/lablgtk/" 5bug-reports: "https://github.com/garrigue/lablgtk/issues" 6dev-repo: "git+https://github.com/garrigue/lablgtk.git" 7license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 8build: [ 9 ["./configure" "--prefix" prefix] 10 [make "world"] 11] 12install: [ 13 [make "install"] 14] 15remove: [["ocamlfind" "remove" "lablgtk3"]] 16depends: [ 17 "ocaml" {>= "4.05" & < "4.09"} 18 "ocamlfind" {build & >= "1.2.1"} 19 "conf-gtk3" {>= "18"} 20] 21depopts: [ 22 "conf-gtksourceview3" 23] 24synopsis: "OCaml interface to GTK+-3" 25flags: light-uninstall 26url { 27 src: 28 "https://download.ocamlcore.org/lablgtk/Lablgtk3/3.0.beta3/lablgtk-3.0.beta3.tar.gz" 29 checksum: [ 30 "sha256=dc2843a839cb8fb154891f998dbfa1821df400b347abc5bc5121e9f01be7959c" 31 "md5=0da0dde893a69b339bad90daded092b9" 32 ] 33} 34extra-source "lablgtk.install" { 35 src: 36 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/lablgtk3/lablgtk.install.0.beta3" 37 checksum: [ 38 "sha256=8d906fee4bcc7cbc62b8c5890ac0749c60fd70eb77a834e659f0b44da662938f" 39 "md5=8b787a3e11ea0e34a93ee7878cc61355" 40 ] 41}