package reason

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file package.ml

1
2
3
4
5
6
7
let version =
  match Build_info.V1.version () with
  | None -> "n/a"
  | Some v -> Build_info.V1.Version.to_string v

let git_version = Git_commit.version
let git_short_version = Git_commit.short_version
OCaml

Innovation. Community. Security.