package yocaml_omd

  1. Overview
  2. Docs
On This Page
  1. Dev setup
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

YOCaml

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.

OCaml

Innovation. Community. Security.