this repo has no description
1opam-version: "2.0"
2maintainer: "zoggy@bat8.org"
3authors: "Maxence Guesdon"
4homepage: "https://github.com/zoggy/lablgtk-extras"
5bug-reports: "https://github.com/zoggy/lablgtk-extras.git/issues"
6license: "LGPL-2.0-or-later"
7doc: "https://github.com/zoggy/lablgtk-extras"
8tags: ["gtk" "utils" "configuration"]
9dev-repo: "git+https://github.com/zoggy/lablgtk-extras.git"
10build: [
11 ["./configure" "--prefix" prefix]
12 [make "all"]
13]
14install: [make "install"]
15remove: ["ocamlfind" "remove" "lablgtk2-extras"]
16depends: [
17 "ocaml" {>= "4.02.0" & < "4.13"}
18 "ocamlfind"
19 "config-file" {>= "1.1"}
20 "xmlm" {>= "1.1.1"}
21 "lablgtk" {>= "2.16.0"}
22 "conf-gtksourceview" {= "2"}
23]
24synopsis:
25 "A collection of additional tools and libraries to develop ocaml applications based on Lablgtk2."
26description: """
27Convenient modules to create configuration boxes, handle keyboard
28shortcuts, share syntax highlighting between applications, ..."""
29flags: light-uninstall
30url {
31 src: "https://github.com/zoggy/lablgtk-extras/archive/release-1.6.tar.gz"
32 checksum: [
33 "sha256=2e9af9f95fa0b13d270368d49982e8b63a3bddfe20f957c13fb3ee140c0064b9"
34 "md5=58cebe0e28944cd1269249a1e9522604"
35 ]
36}