(lang dune 3.0) (implicit_transitive_deps false) (name prelude) (license AGPL-3.0-or-later) (authors "pena ") (maintainers "pena ") (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)))