this repo has no description

Merge pull request #20787 from vch9/opam-publish-ometrics.0.1.2

Package ometrics.0.1.2

Kate 7dd7738c f902c67d

Changed files
+41
packages
ometrics
ometrics.0.1.2
+41
packages/ometrics/ometrics.0.1.2/opam
···
···
+
opam-version: "2.0"
+
license: "MIT"
+
maintainer: "Valentin Chaboche <valentin.chaboche@lambda-coins.com>"
+
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"
+
"dot-merlin-reader" {>= "4.1"}
+
"csexp" {>= "1.5.1"}
+
"result" {>= "1.5"}
+
"cmdliner" {>= "1.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 <lthms@nomadic-labs.com>"
+
"Valentin Chaboche <valentin.chaboche@lambda-coins.com>"
+
]
+
url {
+
src:
+
"https://github.com/vch9/ometrics/releases/download/0.1.2/ometrics-full.0.1.2.tar.gz"
+
checksum: [
+
"md5=a51913990e4aebed26102fbd4f3b861c"
+
"sha512=afb560fdd836d0bab3f80bf9d57ff9ec336739b485820949f629d7b17ce831127d33035729d56b51966ff9cf21f6a4cd5bfb15e1c1ee2f5b957f36b5b1348559"
+
]
+
}