Docker_hub.Platform
type t = {
os : string;
arch : string;
variant : string option;
}
val equal : t -> t -> bool
val compare : t -> t -> int