File tree Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Original file line number Diff line number Diff line change 1
1
opam-version: "2.0"
2
2
name: "monorobot"
3
3
version: "0.1"
4
+ license: "MIT"
4
5
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."
6
7
maintainer: "Ahrefs <
[email protected] >"
7
8
authors: "Ahrefs <
[email protected] >"
8
9
homepage: "https://github.com/ahrefs/monorobot"
9
10
bug-reports: "https://github.com/ahrefs/monorobot/issues"
10
11
dev-repo: "git+https://github.com/ahrefs/monorobot.git"
11
12
depends: [
12
- "ocaml" {>= "4.03 .0"}
13
+ "ocaml" {>= "4.08 .0"}
13
14
"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"}
17
20
"biniou"
18
- "cmdliner"
21
+ "cmdliner" {>= "0.9.8"}
19
22
"cstruct"
20
- "devkit"
23
+ "devkit" {>= "1.20210120"}
24
+ "extlib" {>= "1.7.8"}
21
25
"hex"
22
- "lwt"
23
- "lwt_ppx"
26
+ "lwt" {>= "5.1.0"}
27
+ "lwt_ppx" {>= "2.0.0"}
24
28
"nocrypto"
25
29
"re2"
26
30
"stdio"
27
31
"uri"
28
- "ocamlformat" {dev}
29
32
"omd" {<= "1.3.1"}
30
33
"yojson"
31
34
]
32
- build: ["dune" "build" "-p" name]
35
+ build: ["dune" "build" "-p" name "-j" jobs ]
You can’t perform that action at this time.
0 commit comments