Repos.Results
type struct_t = [
| `Repos_fab13d3af617e038
]
type t = struct_t reader_t
val has_repos : t -> bool
val repos_get : t -> (Capnp.Message.ro, string, array_t) Capnp.Array.t
val repos_get_list : t -> string list
val repos_get_array : t -> string array
val of_message : 'cap message_t -> t
val of_builder : struct_t builder_t -> t