File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
packages/ometrics/ometrics.0.1.3 Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments