-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmonorobot.opam
54 lines (54 loc) · 1.32 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1"
synopsis: "Notification bot for monorepos"
description:
"Notification bot to handle webhook events from monorepos and post notifications to Slack."
maintainer: ["Ahrefs Pte Ltd <[email protected]>"]
authors: ["Ahrefs Pte Ltd <[email protected]>"]
license: "MIT"
homepage: "https://github.com/ahrefs/monorobot"
bug-reports: "https://github.com/ahrefs/monorobot/issues"
depends: [
"dune" {>= "3.9"}
"ocaml" {>= "4.14.0"}
"atd" {>= "2.14.0"}
"atdgen" {>= "2.14.0"}
"atdgen-runtime" {>= "2.14.0"}
"base64" {>= "3.0.0"}
"biniou"
"cmdliner" {>= "1.1.0"}
"digestif" {>= "1.2.0"}
"devkit" {>= "1.20240429"}
"extlib" {>= "1.7.8"}
"lwt" {>= "5.7.0"}
"lwt_ppx" {>= "2.0.0"}
"ptime" {>= "1.2.0"}
"ocamldiff" {>= "1.2"}
"sqlite3" {>= "5.1.0"}
"sqlgg" {>= "20231201"}
"re2" {>= "0.16.0"}
"uri"
"omd" {< "2"}
"yojson"
"ocamlformat" {with-dev-setup & = "0.26.2"}
"ocurl" {>= "0.9.2"}
"sexplib0" {>= "v0.16.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ahrefs/monorobot.git"
available: [ os-family != "windows" & os != "macos" & os != "openbsd"]