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.
 
 
Pierre Chambart bf14716ca7 Repush after br_if 2 years ago
doc first commit 3 years ago
src Repush after br_if 2 years ago
test improve typechecker 2 years ago
.gitignore refactor, add some instructions 3 years ago
.ocamlformat Update .ocamlformat version 2 years ago
CHANGES.md first commit 3 years ago
LICENSE.md first commit 3 years ago
README.md first commit 3 years ago
dune-project update dune-project and opam file 2 years ago
woi.opam update dune-project and opam file 2 years ago

README.md

woi

woi is an OCaml executable/library to TODO.

Installation

woi can be installed with opam:

opam install woi

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