Skip to content

netkat-lang/netkat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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