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.13"} 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.4" & < "2.0.0"} 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.1/ometrics-full.0.1.1.tar.gz" 36 checksum: [ 37 "md5=2d31380b30aa90400e5faed1deeacd84" 38 "sha512=a7f74b97f04231c2454a2560e79ff102b507beed9f46d491a7b97ca8d063a934b05b5a66cb3b78a2aa2f88de82a9e223acc7cfd75acb3fffa1cf5836619e3455" 39 ] 40}