Skip to content

Commit 8beae05

Browse files
authored
Merge pull request ocaml#21037 from vch9/opam-publish-ometrics.0.1.3
Package ometrics.0.1.3
2 parents 46c2c11 + 140dcf9 commit 8beae05

File tree

1 file changed

+41
-0
lines changed
  • packages/ometrics/ometrics.0.1.3

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
opam-version: "2.0"
2+
license: "MIT"
3+
maintainer: "Valentin Chaboche <[email protected]>"
4+
homepage: "https://gitlab.com/nomadic-labs/ometrics"
5+
dev-repo: "git+https://gitlab.com/nomadic-labs/ometrics.git"
6+
bug-reports: "https://gitlab.com/nomadic-labs/ometrics/-/issues"
7+
synopsis: "OCaml analysis in a merge request changes"
8+
9+
depends: [
10+
"ocaml" {>= "4.12" & < "4.14"}
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.0"}
20+
"digestif" {>= "0.7.2"}
21+
"qcheck-alcotest" {with-test & >= "0.18"}
22+
"bisect_ppx" {dev & >= "2.6.0"}
23+
]
24+
conflicts: [
25+
"menhir" {!= "20211012"}
26+
]
27+
build: [
28+
["dune" "build" "-p" name "-j" jobs]
29+
]
30+
authors: [
31+
"Thomas Letan <[email protected]>"
32+
"Valentin Chaboche <[email protected]>"
33+
]
34+
url {
35+
src:
36+
"https://github.com/vch9/ometrics/releases/download/0.1.3/ometrics-full.0.1.3.tar.gz"
37+
checksum: [
38+
"md5=09bdf9060c94937b96ec4d8a4fe34801"
39+
"sha512=e38c5841522e5dcb63b8f005c3b1dac0a44fc3fb6f6b214f37240ca020ab679bb57d5263ead771786c633fc0ee9a6ad6d0e476d9076c3e7e8d9ffb39053f8b5b"
40+
]
41+
}

0 commit comments

Comments
 (0)