package tezos-version

  1. Overview
  2. Docs

Module Tezos_version_parserSource

Sourcetype additional_info =
  1. | Dev
  2. | RC of int
  3. | RC_dev of int
  4. | Release
Sourcetype t = {
  1. major : int;
  2. minor : int;
  3. additional_info : additional_info;
}
Sourceval int : string -> int
Sourceval default : t
Sourceval __ocaml_lex_tables : Lexing.lex_tables
Sourceval version_tag : Lexing.lexbuf -> t option
Sourceval __ocaml_lex_version_tag_rec : Lexing.lexbuf -> int -> t option
Sourceval __ocaml_lex_extra_rec : Lexing.lexbuf -> int -> additional_info
OCaml

Innovation. Community. Security.