No description
Find a file
2025-05-02 21:54:06 +02:00
.gitea/workflows add CI 2025-01-20 04:13:36 +01:00
doc b 2022-12-04 22:42:55 +01:00
example b 2022-12-04 22:42:55 +01:00
src dream sql_sessions 2025-05-02 21:54:06 +02:00
test b 2022-12-04 22:42:55 +01:00
.gitignore b 2022-12-04 22:42:55 +01:00
.ocamlformat fmt 2025-05-02 19:55:00 +02:00
CHANGES.md b 2022-12-04 22:42:55 +01:00
dune-project b 2022-12-04 22:42:55 +01:00
pellest.opam b 2022-12-04 22:42:55 +01:00
README.md b 2022-12-04 22:42:55 +01:00

pellest

pellest is an OCaml executable/library to TODO.

Installation

pellest can be installed with opam:

opam install pellest

If you don't have opam, you can install it following the how to install opam guide.

If you can't or don't want to use opam, consult the opam file for build instructions.

Quickstart

let () = Format.printf "TODO@."

For more, have a look at the example folder, at the documentation or at the test suite.

About