Closed seliopou closed 10 years ago
This library was using ocaml-openflow for the VInt.t type and a few type synonyms for it. This pull request replaces all uses of VInt.t with explicitly-sized integer types, thus eliminating the dependency on ocaml-openflow.
VInt.t
Sweet!
This library was using ocaml-openflow for the
VInt.t
type and a few type synonyms for it. This pull request replaces all uses ofVInt.t
with explicitly-sized integer types, thus eliminating the dependency on ocaml-openflow.