first commit

This commit is contained in:
pena 2024-07-11 12:32:38 +02:00
commit 1be272e3e7
10 changed files with 1380 additions and 0 deletions

33
dune-project Normal file
View file

@ -0,0 +1,33 @@
(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)))