forked from ahrefs/monorobot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmonorobot.opam
35 lines (35 loc) · 891 Bytes
/
monorobot.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
opam-version: "2.0"
name: "monorobot"
version: "0.1"
license: "MIT"
synopsis: "Notification bot for monorepos"
description: "Notification bot to handle webhook events from monorepos and post notifications to Slack."
maintainer: "Ahrefs <[email protected]>"
authors: "Ahrefs <[email protected]>"
homepage: "https://github.com/ahrefs/monorobot"
bug-reports: "https://github.com/ahrefs/monorobot/issues"
dev-repo: "git+https://github.com/ahrefs/monorobot.git"
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.5.0"}
"atd" {>= "2.2.1"}
"atdgen" {>= "2.2.1"}
"atdgen-runtime" {>= "2.2.1"}
"base" {>= "v0.13.0"}
"base64" {>= "3.0.0"}
"biniou"
"cmdliner" {>= "1.1.0"}
"cstruct"
"devkit" {>= "1.20210120"}
"extlib" {>= "1.7.8"}
"hex"
"lwt" {>= "5.1.0"}
"lwt_ppx" {>= "2.0.0"}
"nocrypto"
"re2"
"stdio"
"uri"
"omd" {<= "1.3.1"}
"yojson"
]
build: ["dune" "build" "-p" name "-j" jobs]