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