frenetic-lang / ocaml-topology

OCaml topology package
5 stars 4 forks source link

Eliminate ocaml-openflow as a dependency #26

Closed seliopou closed 10 years ago

seliopou commented 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.

jnfoster commented 10 years ago

Sweet!