jb/dune-project

35 lines
625 B
Plaintext

(lang dune 3.0)
(implicit_transitive_deps false)
(name jb)
(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/jb.git))
(homepage https://git.zapashcanon.fr/zapashcanon/jb)
(bug_reports https://git.zapashcanon.fr/zapashcanon/jb/issues)
(documentation https://doc.zapashcanon.fr/jb)
(generate_opam_files true)
(package
(name jb)
(synopsis "Source code for the www.jb-architecte.com website")
(tags
(jb architecte joanna barreiro website))
(depends
drame
scfg
crunch
(ocaml
(>= 4.08))))