opam-version: "2.0" maintainer: "zoggy@bat8.org" authors: "Maxence Guesdon" homepage: "https://github.com/zoggy/lablgtk-extras" bug-reports: "https://github.com/zoggy/lablgtk-extras.git/issues" license: "LGPL-2.0-or-later" doc: "https://github.com/zoggy/lablgtk-extras" tags: ["gtk" "utils" "configuration"] dev-repo: "git+https://github.com/zoggy/lablgtk-extras.git" build: [ ["./configure" "--prefix" prefix] [make "all"] ] install: [make "install"] remove: ["ocamlfind" "remove" "lablgtk2-extras"] depends: [ "ocaml" {>= "4.02.0" & < "4.13"} "ocamlfind" "config-file" {>= "1.1"} "xmlm" {>= "1.1.1"} "lablgtk" {>= "2.16.0"} "conf-gtksourceview" {= "2"} ] synopsis: "A collection of additional tools and libraries to develop ocaml applications based on Lablgtk2." description: """ Convenient modules to create configuration boxes, handle keyboard shortcuts, share syntax highlighting between applications, ...""" flags: light-uninstall url { src: "https://github.com/zoggy/lablgtk-extras/archive/release-1.6.tar.gz" checksum: [ "sha256=2e9af9f95fa0b13d270368d49982e8b63a3bddfe20f957c13fb3ee140c0064b9" "md5=58cebe0e28944cd1269249a1e9522604" ] }