opam-version: "2.0" maintainer: "garrigue@math.nagoya-u.ac.jp" authors: ["Jacques Garrigue et al., Nagoya University"] homepage: "https://garrigue.github.io/lablgtk/" bug-reports: "https://github.com/garrigue/lablgtk/issues" dev-repo: "git+https://github.com/garrigue/lablgtk.git" license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" build: [ ["./configure" "--prefix" prefix] [make "world"] ] install: [ [make "install"] ] remove: [["ocamlfind" "remove" "lablgtk3"]] depends: [ "ocaml" {>= "4.05" & < "4.09"} "ocamlfind" {build & >= "1.2.1"} "conf-gtk3" {>= "18"} ] depopts: [ "conf-gtksourceview3" ] synopsis: "OCaml interface to GTK+-3" flags: light-uninstall url { src: "https://download.ocamlcore.org/lablgtk/Lablgtk3/3.0.beta1/lablgtk-3.0.beta1.tar.gz" checksum: [ "sha256=88178bd63538f3dd98e4f194fafb2b74ad8049727d136937a55701b92f3da51b" "md5=20fcd8b8d3d79d27e66f985b0c8432ad" ] } extra-source "lablgtk.install" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/lablgtk3/lablgtk.install.0.beta1" checksum: [ "sha256=fb6d539b33baf427b16b3aec4362c955af34f68760f265dbeb0974bd6ae98930" "md5=86ad2432ead4563c108aa1a08cb64914" ] }