hize/dune-project
2024-12-29 19:29:46 +01:00

34 lines
659 B
Plaintext

(lang dune 3.0)
(implicit_transitive_deps false)
(name hize)
(license ISC)
(authors "Léo Andrès <contact@ndrs.fr>")
(maintainers "Léo Andrès <contact@ndrs.fr>")
(source
(uri git+https://git.zapashcanon.fr/zapashcanon/hize.git))
(homepage https://git.zapashcanon.fr/zapashcanon/hize)
(bug_reports https://git.zapashcanon.fr/zapashcanon/hize/issues)
(generate_opam_files true)
(package
(name hize)
(synopsis "Generate a website from a local directory")
(description
"Hize is an OCaml executable to generate a website from a local directory.")
(tags
(hize website directory explorer file))
(depends
(ocaml
(>= 4.14))
bos
fpath))