Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 375 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 375 Bytes

dpt -- Data Plane Threads

You can see which ocaml packages you're missing to run nv using dune:

dune external-lib-deps --missing @all

You will need the following packages:

opam install -y \
 integers \
 batteries \
 ounit \
 ansiterminal \
 menhir \
 ppx_deriving \
 ppx_deriving_argparse \
 zarith \
 fileutils \\
 dune