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 "csexp" {>= "1.5.1"} 17 "result" {>= "1.5"} 18 "cmdliner" {>= "1.0.0" & < "2.0.0"} 19 "digestif" {>= "0.7.2"} 20 "qcheck-alcotest" {with-test & >= "0.18"} 21 "bisect_ppx" {dev & >= "2.6.0"} 22] 23conflicts: [ 24 "menhir" {!= "20211012"} 25] 26build: [ 27 ["dune" "build" "-p" name "-j" jobs] 28] 29authors: [ 30 "Thomas Letan <lthms@nomadic-labs.com>" 31 "Valentin Chaboche <valentin.chaboche@lambda-coins.com>" 32] 33url { 34 src: 35 "https://github.com/vch9/ometrics/releases/download/0.1.3/ometrics-full.0.1.3.tar.gz" 36 checksum: [ 37 "md5=09bdf9060c94937b96ec4d8a4fe34801" 38 "sha512=e38c5841522e5dcb63b8f005c3b1dac0a44fc3fb6f6b214f37240ca020ab679bb57d5263ead771786c633fc0ee9a6ad6d0e476d9076c3e7e8d9ffb39053f8b5b" 39 ] 40}