You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
zapashcanon 2945e7d478
better keyboard handling
11 months ago
doc b 1 year ago
example b 1 year ago
src better keyboard handling 11 months ago
test b 1 year ago
.gitignore b 1 year ago
.ocamlformat update .ocamlformat 1 year ago
CHANGES.md b 1 year ago
README.md b 1 year ago
dune-project b 1 year ago
pellest.opam b 1 year ago

README.md

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