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.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/ocaml/opam-source-archives/raw/main/ometrics-0.2.0.tar.gz" 28 checksum: [ 29 "md5=f0655344f0313f7d8ed06dcb16819fc0" 30 "sha512=a1663599fc773b07a927adefdfb934348a5130547fadd8329b19a7123251b4b624068256cbf750b115d773cf6d8edf37bd3ca73e208d6eef6b99250d99464dbf" 31 ] 32}