package ometrics

  1. Overview
  2. Docs
OCaml analysis in a merge request changes

Install

Dune Dependency

Authors

Maintainers

Sources

ometrics-full.0.1.2.tar.gz
md5=a51913990e4aebed26102fbd4f3b861c
sha512=afb560fdd836d0bab3f80bf9d57ff9ec336739b485820949f629d7b17ce831127d33035729d56b51966ff9cf21f6a4cd5bfb15e1c1ee2f5b957f36b5b1348559

Description

Published: 25 Feb 2022

README

ometrics

OCaml analysis in a merge request changes.

Build

Build from source:

$ git clone git@gitlab.com:nomadic-labs/ometrics.git
$ cd ometrics
$ git submodule update --init
$ opam switch create . ocaml-base-compiler.4.12.0
$ make build

You can also install with opam:

$ opam install ometrics

License

The code is now released under the MIT license.

An introduction to the library

ometrics aims at finding metrics between a current state and a previous commit. It is intended to be used in a merge request CI to easily detect bad behaviours and thus, facilitate the review.

Documentation analysis

ometrics will try to find undocumented changes.

$ ometrics check --html --output ometrics.html

Dependencies (11)

  1. digestif >= "0.7.2"
  2. cmdliner >= "1.0.0"
  3. result >= "1.5"
  4. csexp >= "1.5.1"
  5. dot-merlin-reader >= "4.1"
  6. menhir
  7. menhirLib
  8. menhirSdk
  9. yojson >= "1.7.0"
  10. dune >= "2.9.1"
  11. ocaml >= "4.12" & < "4.14"

Dev Dependencies (2)

  1. bisect_ppx dev & >= "2.6.0"
  2. qcheck-alcotest with-test & >= "0.18"

Used by

None

Conflicts (1)

  1. menhir != "20211012"