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.beta2/lablgtk-3.0.beta2.tar.gz" 29 checksum: [ 30 "sha256=90890b8fe624f540ba2c92dc6a4dc44c1feb58e8a8af24898e1896430f9098ec" 31 "md5=1dd2c4ee1e1049afcaeeca3c3cceb64d" 32 ] 33} 34extra-source "lablgtk.install" { 35 src: 36 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/lablgtk3/lablgtk.install.0.beta2" 37 checksum: [ 38 "sha256=fb6d539b33baf427b16b3aec4362c955af34f68760f265dbeb0974bd6ae98930" 39 "md5=86ad2432ead4563c108aa1a08cb64914" 40 ] 41}