/netkat

The NetKAT Framework

Primary LanguageOCamlMIT LicenseMIT

NetKAT Build Status

A clean slate implementation of NetKAT.

Documentation

The API documentation is available online.
You can also generate it locally from scratch. You need to have OCaml's packet manager opam and the packages dune and odoc installed:

opam install dune odoc

Then, from the root of the project:

dune build @doc

Then open _build/default/_doc/_html/index.html.

References