geochan/dune-project

33 lines
737 B
Text
Raw Normal View History

2021-11-05 14:13:28 +01:00
(lang dune 2.8)
2022-02-19 23:33:19 +01:00
(implicit_transitive_deps false)
2021-11-05 14:13:28 +01:00
(name permap)
2022-02-19 23:33:19 +01:00
(license AGPL-3.0-or-later)
(authors "swrup <swrup@protonmail.com>" "Léo Andrès <contact@ndrs.fr>")
(maintainers "Léo Andrès <contact@ndrs.fr>")
(source
(uri git+https://git.zapashcanon.fr/zapashcanon/permap.git))
2021-11-05 14:13:28 +01:00
2022-02-19 23:33:19 +01:00
(homepage https://git.zapashcanon.fr/zapashcanon/permap)
2021-11-05 14:13:28 +01:00
2022-02-19 23:33:19 +01:00
(bug_reports https://git.zapashcanon.fr/zapashcanon/permap/issues)
2021-11-05 14:13:28 +01:00
2022-02-19 23:33:19 +01:00
(documentation https://doc.zapashcanon.fr/permap)
2021-11-05 14:13:28 +01:00
(generate_opam_files true)
(package
(name permap)
(synopsis "OCaml library/executable to TODO")
2022-02-19 23:33:19 +01:00
(description "permap is an OCaml library/executable to TODO.")
2021-11-05 14:13:28 +01:00
(tags
2022-02-19 23:33:19 +01:00
(permap forum map local-knownledge ecology permaculture plant))
2021-11-05 14:13:28 +01:00
(depends
(ocaml
(>= 4.08))))