Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 378 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 378 Bytes

YOCaml

YOCaml is framework for building static site generator, written in OCaml.

Dev setup

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.