sig
  type t = { name : string; dev : Tools.dev; }
  val make : string -> Tools.dev -> Sim.Net.Plug.t
end