package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-2.0.0.tbz
sha256=2f4f2e25b765452f0e336941f35f6cb396d7c213a2d347abe5d35febc5159b1f
sha512=e96af4cad91f6985c8db93c194925853e96cad0ec1a0d9f4d32bbe16d3e5fa1e305f54be02839f21ba89ad2af0c2d5d7aa819ade221ce097dc4dbd0fcd8c8500

doc/src/goblint.lib/version.ml.html

Source file version.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
let release = "2.0.0"
let release_commit = "934e28a6f371031fecea9fd24b9f65b71226ab26"

let goblint =
  let commit = ConfigVersion.version in
  if BatString.starts_with release "%" then
    commit
  else (
    let commit =
      if commit = "n/a" then (* released archive has no .git *)
        release_commit
      else
        commit
    in
    Format.sprintf "%s (%s)" release commit
  )
OCaml

Innovation. Community. Security.