package dose

  1. Overview
  2. Docs
type reason =
  1. | Dependency of int * Cudf_types.vpkg list * int list
  2. | Missing of int * Cudf_types.vpkg list
  3. | Conflict of int * int * Cudf_types.vpkg
type result =
  1. | Success of ?all:bool -> unit -> int list
  2. | Failure of unit -> reason list
type request =
  1. | Sng of int option * int
  2. | Lst of int option * int list
OCaml

Innovation. Community. Security.