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.