Module Docker_hub.Platform

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