mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
7 lines
240 B
OCaml
7 lines
240 B
OCaml
val version : string
|
|
(** Version of the library, e.g. ["0.12"]. ["dev"] if not built from a release
|
|
tag. *)
|
|
|
|
val git_hash : string
|
|
(** Full git commit hash at build time, e.g. ["b92159c1..."]. ["unknown"] if git
|
|
was unavailable. *)
|