opam-version: "2.0"
maintainer: "zoggy@bat8.org"
authors: "Maxence Guesdon"
homepage: "https://www.good-eris.net/xtmpl/"
bug-reports: "https://framagit.org/zoggy/xtmpl/issues"
license: "LGPL-3.0-only"
doc: "https://www.good-eris.net/xtmpl/doc.html"
tags: ["xml" "template" "javascript"]
dev-repo: "git+https://framagit.org/zoggy/xtmpl.git"
build: [make "all"]
install: [make "install"]
remove: ["ocamlfind" "remove" "xtmpl"]
depends: [
  "ocaml" {>= "4.03.0"}
  "ocamlfind"
  "sedlex" {>= "1.99.3" < "2.0"}
  "uutf" {>= "1.0.0"}
  "js_of_ocaml" {>= "2.6" & < "3.4.0"}
  "js_of_ocaml-ppx" {>= "2.6"}
  "ppx_tools"
  "re" {>= "1.7.3"}
  "iri"
]
synopsis: "XML templating library and ppx."
description:
  "Provide an XML parser, templating and rewrite engine for XML documents."
flags: light-uninstall
url {
  src:
    "https://framagit.org/zoggy/xtmpl/-/archive/0.17.0/xtmpl-0.17.0.tar.gz"
  checksum: "md5=3be7f684566ffdce7a975653fdcaf671"
}
