opam-version: "2.0"
maintainer: "zoggy@bat8.org"
authors: "Maxence Guesdon"
homepage: "http://zoggy.github.io/higlo/"
bug-reports: "https://github.com/zoggy/higlo/issues"
license: "LGPL-3.0-only"
doc: "https://zoggy.github.io/higlo/doc.html"
tags: ["syntax highlighting" "xml"]
dev-repo: "git+https://github.com/zoggy/higlo.git"
build: [make "all"]
install: [make "install-lib"]
remove: ["ocamlfind" "remove" "higlo"]
depends: [
  "ocaml" {>= "4.02.0"}
  "ocamlfind"
  "ulex"
  "xtmpl" {>= "0.13.0"}
]
synopsis: "Library for syntax highlighting."
description:
  "The purpose of Higlo is not to provide syntax highlighting for every language, nor target every format (HTML, LaTeX, ...). It provides a simple way to support additional languages and develop the generator for the output format you need."
flags: light-uninstall
extra-files: ["higlo.install" "md5=5487db22ed91942f17aaaa5f228e695f"]
url {
  src: "http://zoggy.github.io/higlo/higlo-0.6.tar.gz"
  checksum: "md5=52e89a71fddfff701ff5bba21990a1ec"
}
