this repo has no description
1opam-version: "2.0"
2license: "MIT"
3maintainer: "Valentin Chaboche <valentin.chaboche@lambda-coins.com>"
4homepage: "https://gitlab.com/nomadic-labs/ometrics"
5dev-repo: "git+https://gitlab.com/nomadic-labs/ometrics.git"
6bug-reports: "https://gitlab.com/nomadic-labs/ometrics/-/issues"
7synopsis: "OCaml analysis in a merge request changes"
8
9depends: [
10 "ocaml" {>= "4.12" & < "4.14"}
11 "dune" {>= "2.9.1"}
12 "yojson" {>= "1.7.0"}
13 "menhirSdk"
14 "menhirLib"
15 "menhir"
16 "dot-merlin-reader" {>= "4.1"}
17 "csexp" {>= "1.5.1"}
18 "result" {>= "1.5"}
19 "cmdliner" {>= "1.0.0" & < "2.0.0"}
20 "digestif" {>= "0.7.2"}
21 "qcheck-alcotest" {with-test & >= "0.18"}
22 "bisect_ppx" {dev & >= "2.6.0"}
23]
24conflicts: [
25 "menhir" {!= "20211012"}
26]
27build: [
28 ["dune" "build" "-p" name "-j" jobs]
29]
30authors: [
31 "Thomas Letan <lthms@nomadic-labs.com>"
32 "Valentin Chaboche <valentin.chaboche@lambda-coins.com>"
33]
34url {
35 src:
36 "https://github.com/vch9/ometrics/releases/download/0.1.2/ometrics-full.0.1.2.tar.gz"
37 checksum: [
38 "md5=a51913990e4aebed26102fbd4f3b861c"
39 "sha512=afb560fdd836d0bab3f80bf9d57ff9ec336739b485820949f629d7b17ce831127d33035729d56b51966ff9cf21f6a4cd5bfb15e1c1ee2f5b957f36b5b1348559"
40 ]
41}