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 aa270de9f6
add La petite fille de Monsieur Linh
4 months ago
doc switch to dream 1 year ago
example switch to dream 1 year ago
scripts update script and .conf file 1 year ago
src add La petite fille de Monsieur Linh 4 months ago
test switch to dream 1 year ago
.gitignore switch to dream 1 year ago
.ocamlformat minor style improvements, add syntax highlighting with prism (loaded 8 months ago
CHANGES.md switch to dream 1 year ago
LICENSE.md switch to dream 1 year ago
README.md switch to dream 1 year ago
dune-project switch to dream 1 year ago
www.conf fix .conf 1 year ago
www.opam switch to dream 1 year ago
www.service update scripts, add systemd service 1 year ago

README.md

www

www is an OCaml executable/library to TODO.

Installation

www can be installed with opam:

opam install www

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