No description
Find a file
2022-01-14 13:27:53 +01:00
doc first commit 2021-11-05 14:13:28 +01:00
example first commit 2021-11-05 14:13:28 +01:00
src use pp_print_list and improve code cleanliness 2022-01-14 13:27:53 +01:00
test first commit 2021-11-05 14:13:28 +01:00
.gitignore first commit 2021-11-05 14:13:28 +01:00
.ocamlformat first commit 2021-11-05 14:13:28 +01:00
CHANGES.md first commit 2021-11-05 14:13:28 +01:00
dune-project change license to AGPL 2021-12-06 23:13:28 +01:00
LICENSE.md change license to AGPL 2021-12-06 23:13:28 +01:00
permap.opam change license to AGPL 2021-12-06 23:13:28 +01:00
README.md first commit 2021-11-05 14:13:28 +01:00

permap

permap is an OCaml executable/library to TODO.

Installation

permap can be installed with opam:

opam install permap

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