package mirage-vnetif

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type BACKEND = sig ... end
module Make (B : BACKEND) : sig ... end

Dummy interface for software bridge.