Module Values.TopContributorsSource

Sourcetype nonrec t = Contributor.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : Contributor.t list -> [> `List of [> `Structure of (string * [> `Long of Long.t | `String of String_.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> Contributor.t list
Sourceval of_json : [> Yojson.Safe.t ] -> Contributor.t list
Sourceval to_json : Contributor.t list -> Yojson.Safe.t