Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Standard reader for sync reading from string or file.
module type S = sig ... end
module P (S : Rpmfile.Selector.S) : sig ... end
module Make (Selector : Rpmfile.Selector.S) : S