package opam-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type ACTION = sig ... end
val action_strings : ?utf8:bool -> [> `down | `inst | `reinst | `rm | `up ] -> string
val action_color : [< `down | `inst | `reinst | `rm | `up ] -> string -> string
module type SIG = sig ... end
module Make (A : ACTION) : SIG with type package = A.package
OCaml

Innovation. Community. Security.