Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 308 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 308 Bytes

TzTools

Development

Setup an opam env

First, create a switch like so

opam switch create . 4.14.0 --no-install

Then you can run

opam install . --deps-only --with-test

and build the codebase with

dune build

Run test:

dune build @runtest --force --no-buffer