opam-version: "2.0" license: "MIT" maintainer: "Valentin Chaboche " homepage: "https://gitlab.com/nomadic-labs/ometrics" dev-repo: "git+https://gitlab.com/nomadic-labs/ometrics.git" bug-reports: "https://gitlab.com/nomadic-labs/ometrics/-/issues" synopsis: "OCaml analysis in a merge request changes" depends: [ "ocaml" {>= "4.12" & < "4.14"} "dune" {>= "2.9.1"} "yojson" {>= "1.7.0"} "menhirSdk" "menhirLib" "menhir" "csexp" {>= "1.5.1"} "result" {>= "1.5"} "cmdliner" {>= "1.0.0" & < "2.0.0"} "digestif" {>= "0.7.2"} "qcheck-alcotest" {with-test & >= "0.18"} "bisect_ppx" {dev & >= "2.6.0"} ] conflicts: [ "menhir" {!= "20211012"} ] build: [ ["dune" "build" "-p" name "-j" jobs] ] authors: [ "Thomas Letan " "Valentin Chaboche " ] url { src: "https://github.com/vch9/ometrics/releases/download/0.1.3/ometrics-full.0.1.3.tar.gz" checksum: [ "md5=09bdf9060c94937b96ec4d8a4fe34801" "sha512=e38c5841522e5dcb63b8f005c3b1dac0a44fc3fb6f6b214f37240ca020ab679bb57d5263ead771786c633fc0ee9a6ad6d0e476d9076c3e7e8d9ffb39053f8b5b" ] }