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.0"}
11 "dune" {>= "2.9.1"}
12 "ppxlib" {>= "0.24.0" & < "0.26.0"}
13 "cmdliner" {>= "1.0.0" & < "2.0.0"}
14 "digestif" {>= "0.7.2"}
15 "qcheck-alcotest" {with-test & >= "0.18"}
16 "bisect_ppx" {dev & >= "2.6.0"}
17]
18
19build: [
20 ["dune" "build" "-p" name "-j" jobs]
21]
22authors: [
23 "Thomas Letan <lthms@nomadic-labs.com>"
24 "Valentin Chaboche <valentin.chaboche@lambda-coins.com>"
25]
26url {
27 src: "https://github.com/vch9/ometrics/archive/0.2.1.tar.gz"
28 checksum: [
29 "md5=723b7123a7468e116e83b034e1d59f60"
30 "sha512=b785e1f878c9432dabdc437e5c9c96724f097b79d1c8aaf1f465fbf6b6ae35f240d77a2294f31a10ba39a56065056a5befd3641adf93aee56cf5d519ce2a955f"
31 ]
32}