prelude/dune-project
2026-03-17 00:27:55 +01:00

33 lines
746 B
Text

(lang dune 3.0)
(implicit_transitive_deps false)
(name prelude)
(license AGPL-3.0-or-later)
(authors "pena <pena@kumikode.org>")
(maintainers "pena <pena@kumikode.org>")
(source
(uri git+https://forge.kumikode.org/kumikode/prelude.git))
(homepage https://forge.kumikode.org/kumikode/prelude)
(bug_reports https://forge.kumikode.org/kumikode/prelude/issues)
(generate_opam_files true)
(package
(name prelude)
(synopsis "OCaml library hiding stuff from the stdlib")
(description
"Prelude is an OCaml library hiding a lot of stuff from the stdlib to enforce good programming practices.")
(tags
(prelude stdlib safe exception layer hide))
(depends
(ocaml
(>= 4.13))
(ocamlformat :with-dev-setup)
(odoc :with-dev-setup)))