package current-albatross-deployer

  1. Overview
  2. Docs
type t = {
  1. ip : Ipaddr.V4.t;
  2. tag : string;
}
val pp : t Fmt.t