(lang dune 2.9)
(name higlo)
(version 0.9)

(generate_opam_files true)

(source (uri git+https://framagit.org/zoggy/higlo.git))
(license LGPL-3.0-only)
(authors "Zoggy <zoggy@bat8.org>")
(maintainers "zoggy@bat8.org")
(bug_reports https://framagit.org/zoggy/higlo/issues)
(homepage https://zoggy.frama.io/higlo/)
(documentation https://zoggy.frama.io/higlo/doc.html)

(package
 (name higlo)
 (synopsis "Syntax highlighting library")
 (depends
   (ocaml (>= 4.12.0))
   (sedlex (>= 1.2))
   (xtmpl (>= 0.19.0))
 )
)


