YOCaml is framework for building static site generator, written in OCaml.
We suggest creating a local switch to create a sandboxed development environment.
opam update
opam switch create . --deps-only --with-doc --with-test --with-dev-setup -y
eval $(opam env)
When the environment is prepared, dune build
should build the project.