You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

33 lines
668 B

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