Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.17 KB

README.md

File metadata and controls

19 lines (17 loc) · 1.17 KB

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