package opam-format

  1. Overview
  2. Docs

Module OpamSysPkgSource

Sourcetype t

System package

include OpamStd.ABSTRACT with type t := t
Sourceval of_string : string -> t
Sourceval to_string : t -> string
Sourceval to_json : t -> OpamJson.t
Sourceval of_json : OpamJson.t -> t option
Sourcemodule Set : OpamStd.SET with type elt = t
Sourcemodule Map : OpamStd.MAP with type key = t
Sourcetype status = {
  1. s_available : Set.t;
    (*

    Package available but not installed

    *)
  2. s_not_found : Set.t;
    (*

    Package unavailable on this system

    *)
}

System packages status

Sourceval status_empty : status
Sourceval string_of_status : status -> string
OCaml

Innovation. Community. Security.