Skip to content

Commit a5260b8

Browse files
committed
1 parent f59a98e commit a5260b8

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

monorobot.opam

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,35 @@
11
opam-version: "2.0"
22
name: "monorobot"
33
version: "0.1"
4+
license: "MIT"
45
synopsis: "Notification bot for monorepos"
5-
description: "Notification bot to handle webhook events and post notifications to Slack."
6+
description: "Notification bot to handle webhook events from monorepos and post notifications to Slack."
67
maintainer: "Ahrefs <[email protected]>"
78
authors: "Ahrefs <[email protected]>"
89
homepage: "https://github.com/ahrefs/monorobot"
910
bug-reports: "https://github.com/ahrefs/monorobot/issues"
1011
dev-repo: "git+https://github.com/ahrefs/monorobot.git"
1112
depends: [
12-
"ocaml" {>= "4.03.0"}
13+
"ocaml" {>= "4.08.0"}
1314
"dune" {>= "2.5.0"}
14-
"atdgen"
15-
"base"
16-
"base64"
15+
"atd" {>= "2.2.1"}
16+
"atdgen" {>= "2.2.1"}
17+
"atdgen-runtime" {>= "2.2.1"}
18+
"base" {>= "v0.13.0"}
19+
"base64" {>= "3.0.0"}
1720
"biniou"
18-
"cmdliner"
21+
"cmdliner" {>= "0.9.8"}
1922
"cstruct"
20-
"devkit"
23+
"devkit" {>= "1.20210120"}
24+
"extlib" {>= "1.7.8"}
2125
"hex"
22-
"lwt"
23-
"lwt_ppx"
26+
"lwt" {>= "5.1.0"}
27+
"lwt_ppx" {>= "2.0.0"}
2428
"nocrypto"
2529
"re2"
2630
"stdio"
2731
"uri"
28-
"ocamlformat" {dev}
2932
"omd" {<= "1.3.1"}
3033
"yojson"
3134
]
32-
build: ["dune" "build" "-p" name]
35+
build: ["dune" "build" "-p" name "-j" jobs]

0 commit comments

Comments
 (0)