package dune-release

  1. Overview
  2. Docs

Module Opam.VersionSource

Opam version.

Sourcetype t =
  1. | V1_2_2
  2. | V2
    (*

    Supported opam versions.

    *)
Sourceval pp : Format.formatter -> t -> unit
Sourceval equal : t -> t -> bool
Sourceval of_string : string -> (t, Bos_setup.R.msg) Bos_setup.result

of_string s returns the supported opam version parsed from s or return the associated error message.

cli is the output of opam --version.

OCaml

Innovation. Community. Security.