opam-version: "2.0"
maintainer: "zoggy@bat8.org"
authors: ["Maxence Guesdon"]
homepage: "http://zoggy.github.io/odiff-gtk"
license: "LGPL-3.0-only"
doc: ["http://zoggy.github.io/odiff-gtk/index.html"]
tags: [
  "diff"
  "gtk"
  "merge"
]
build: [make "all"]
remove: [["ocamlfind" "remove" "diff-gtk"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "lablgtk"
  "ocamldiff" {>= "1.1"}
]
install: [make "install"]
synopsis: "OCaml library to display and merge diffs using Lablgtk."
description:
  "Odiff-gtk was previously part of OCamldiff but is now developped separately."
flags: light-uninstall
url {
  src: "http://zoggy.github.io/odiff-gtk/odiff-gtk-1.0.tar.gz"
  checksum: "md5=00fd5f39b6aa0cf146fc52c599eb68c5"
}
