-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmonorobot.opam
33 lines (33 loc) · 918 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
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 <github@ahrefs.com>"
authors: "Ahrefs <github@ahrefs.com>"
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.14.0"}
"dune" {>= "2.5.0"}
"atd" {>= "2.2.1"}
"atdgen" {>= "2.2.1"}
"atdgen-runtime" {>= "2.2.1"}
"base64" {>= "3.0.0"}
"biniou"
"cmdliner" {>= "1.1.0"}
"digestif" {>= "1.2.0"}
"devkit" {>= "1.20210120"}
"extlib" {>= "1.7.8"}
"lwt" {>= "5.1.0"}
"lwt_ppx" {>= "2.0.0"}
"ptime" {>= "1.2.0"}
"re2"
"uri"
"omd" {< "2"}
"yojson"
"ocamlformat" { with-dev-setup & = "0.26.2" }
]
build: ["dune" "build" "-p" name "-j" jobs]