package current-albatross-deployer

  1. Overview
  2. Docs
type wire_error = [
  1. | `Eof
  2. | `Exception
  3. | `Parse of string
  4. | `Toomuch
]
type socket
module IpManager : sig ... end
module Deployments : sig ... end
val connect : unit -> socket Lwt.t
val close : socket -> unit Lwt.t
OCaml

Innovation. Community. Security.