(lang dune 3.19)
(name xtmpl)
(version 1.2.0)
(generate_opam_files true)

(source (uri git+https://framagit.org/zoggy/xtmpl.git))
(license GPL-3.0-only)
(authors "Zoggy <zoggy@bat8.org>")
(maintainers "zoggy@bat8.org")
(bug_reports https://framagit.org/zoggy/xtmpl/issues)
(homepage https://www.good-eris.net/xtmpl/)
(documentation https://www.good-eris.net/xtmpl/doc.html)
(maintenance_intent "(latest)")

(package
 (name xtmpl)
 (synopsis "Xml templating library")
 (depends
   (ocaml (>= 4.12.0))
   (logs (>= 0.7.0))
   (sedlex (>= 2.3))
   (uutf (>= 1.0.0))
   (re (>= 1.10.3))
   (iri (>= 1.0.0))
 )
)

(package
 (name xtmpl_ppx)
 (synopsis "Xml templating library, ppx extension")
 (depends
   (xtmpl (= :version))
   (ppxlib (>= 0.37.0))
 )
)

(package
 (name xtmpl_js)
 (synopsis "Xml templating library, javascript library")
 (depends
   (xtmpl (= :version))
   (js_of_ocaml (>= 6.0.1))
   (js_of_ocaml-ppx (>= 6.0.1))
 )
)
