princedpw / dpt

Data plane threads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Data plane threads

License:MIT License


Languages

Language:OCaml 99.2%Language:Makefile 0.8%