package ometrics

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

Install

Dune Dependency

Authors

Maintainers

Sources

ometrics-0.2.0.tar.gz
md5=f0655344f0313f7d8ed06dcb16819fc0
sha512=a1663599fc773b07a927adefdfb934348a5130547fadd8329b19a7123251b4b624068256cbf750b115d773cf6d8edf37bd3ca73e208d6eef6b99250d99464dbf

Description

Published: 03 May 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
$ 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 (5)

  1. digestif >= "0.7.2"
  2. cmdliner >= "1.0.0"
  3. ppxlib >= "0.26.0"
  4. dune >= "2.9.1"
  5. ocaml >= "4.12.0"

Dev Dependencies (2)

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

Used by

None

Conflicts

None