Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type fetch_errors = [
| `Api_error of Http_lwt_client.response * string option
| `Malformed_json of string
| `Msg of string
]
val fetch_manifests :
repo:string ->
tag:string option ->
(t, [> fetch_errors ]) Stdlib.result Lwt.t
val digest :
os:string ->
arch:string ->
t ->
(string, [> digest_errors ]) Stdlib.result
val pp : Stdlib.Format.formatter -> t -> unit