Running from source - yodlang/yod GitHub Wiki

You will need to have OCaml version 5.0.0 or later installed on your system along side opam (which is the preferred install method).

You will then be able to run the following commands:

git clone https://github.com/yodlang/yod.git
cd yod
opam install --deps-only .
dune exec yod -- …

You can also just use Nix without the above requirements:

nix run github:yodlang/yod …