opam-version: "2.0"
maintainer: "zoggy@bat8.org"
authors: ["Maxence Guesdon"]
homepage: "http://zoggy.github.io/higlo/"
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"
bug-reports: "https://github.com/zoggy/higlo/issues"


build: [
  [make "all"]
]
install: [
  [make "install-lib"]
]
remove: [["ocamlfind" "remove" "higlo"]]
depends: [
  "ocaml" {>= "4.02.0" & < "4.06.0"}
  "ocamlfind"
  "ulex"
  "xtmpl" {>= "0.8" & < "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.com/higlo/higlo-0.3.tar.gz"
  checksum: "md5=fec0966ee2cf635d5dec952589106a16"
}
