package docker_hub

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

Innovation. Community. Security.