kropotkine/dune-project
2024-01-19 15:07:04 +01:00

34 lines
692 B
Plaintext

(lang dune 3.0)
(implicit_transitive_deps false)
(name kropotkine)
(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/kropotkine.git))
(homepage https://git.zapashcanon.fr/zapashcanon/kropotkine)
(bug_reports https://git.zapashcanon.fr/zapashcanon/kropotkine/issues)
(documentation https://doc.zapashcanon.fr/kropotkine)
(generate_opam_files true)
(package
(name kropotkine)
(synopsis "OCaml library/executable to TODO")
(description
"kropotkine is an OCaml library/executable to TODO.")
(tags
(kropotkine TODO TODO TODO TODO))
(depends
(ocaml
(>= 4.08))))