No description
Find a file
2021-11-07 22:35:27 +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 add bio in user page, there is a problem with matching on the SELECT btw, idk wtf is the type 2021-11-07 22:35:27 +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 first commit 2021-11-05 14:13:28 +01:00
LICENSE.md first commit 2021-11-05 14:13:28 +01:00
permap.opam login finished XD 2021-11-05 16:55:19 +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