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 c417821b2a
backup
3 years ago
doc first commit 3 years ago
example first commit 3 years ago
src backup 3 years ago
test first commit 3 years ago
.gitignore first commit 3 years ago
.ocamlformat first commit 3 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 first commit 3 years ago
voxflow.opam first commit 3 years ago

README.md

voxflow

voxflow is an OCaml executable/library to TODO.

Installation

voxflow can be installed with opam:

opam install voxflow

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