opam-version: "2.0"
maintainer: "zoggy@bat8.org"
homepage: "http://zoggy.github.io/ocamldot/"
build: [
  ["./configure" "--prefix" prefix]
  [make "all"]
]
remove: [["ocamlfind" "remove" "dot"]]
depends: ["ocaml" {< "4.06.0"} "ocamlfind" "lablgtk" "camlp4"]
depopts: [
  "conf-gnomecanvas"
]
install: [make "install"]
dev-repo: "git+https://github.com/zoggy/ocamldot.git"
bug-reports: "https://github.com/zoggy/ocamldot/issues"
synopsis:
  "OCamldot is a small library to parse, print and display graphviz dot files."
description:
  "OCamldot was previously part of Cameleon but is now developped separately and is findlib compatible."
authors: "Maxence Guesdon"
flags: light-uninstall
url {
  src: "http://zoggy.github.com/ocamldot/ocamldot-1.0.tar.gz"
  checksum: "md5=4aac21782a00e5db8e823732304e7db9"
}
