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 ae39c9fa08
cache mimetype, which allows to avoid loading the content on each
10 months ago
doc rename 10 months ago
example first commit 11 months ago
src cache mimetype, which allows to avoid loading the content on each 10 months ago
test first commit 11 months ago
.gitignore first commit 11 months ago
.ocamlformat refactor 10 months ago
CHANGES.md first commit 11 months ago
LICENSE.md first commit 11 months ago
README.md rename 10 months ago
dune-project rename 10 months ago
shario.opam rename 10 months ago

README.md

shario

shario is an OCaml executable/library to TODO.

Installation

shario can be installed with opam:

opam install shario

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