package octez-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type additional_info =
  1. | Dev
  2. | Beta of int
  3. | Beta_dev of int
  4. | RC of int
  5. | RC_dev of int
  6. | Release
val show_additional_info : additional_info -> Ppx_deriving_runtime.string
type product =
  1. | Octez
val pp_product : Format.formatter -> product -> unit
type t = {
  1. product : product;
  2. major : int;
  3. minor : int;
  4. additional_info : additional_info;
}
val int : string -> int
val default : t
val __ocaml_lex_tables : Stdlib.Lexing.lex_tables
val version_tag : Lexing.lexbuf -> t option
val __ocaml_lex_version_tag_rec : Lexing.lexbuf -> int -> t option
val __ocaml_lex_extra_rec : Lexing.lexbuf -> int -> additional_info
OCaml

Innovation. Community. Security.