No description
Find a file
2026-03-19 21:02:36 +01:00
doc first commit 2026-03-19 21:01:06 +01:00
example first commit 2026-03-19 21:01:06 +01:00
src change post view 2026-03-19 21:02:36 +01:00
test first commit 2026-03-19 21:01:06 +01:00
.gitignore first commit 2026-03-19 21:01:06 +01:00
.ocamlformat fmt 2026-03-19 21:02:36 +01:00
CHANGES.md first commit 2026-03-19 21:01:06 +01:00
dune-project change license to AGPL 2026-03-19 21:02:21 +01:00
LICENSE.md change license to AGPL 2026-03-19 21:02:21 +01:00
permap.opam change license to AGPL 2026-03-19 21:02:21 +01:00
README.md first commit 2026-03-19 21:01:06 +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