-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathdune-project
77 lines (65 loc) · 1.08 KB
/
dune-project
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
(lang dune 3.9)
(implicit_transitive_deps false)
(generate_opam_files true)
(formatting
(enabled_for ocaml reason))
(cram enable)
(name monorobot)
(using menhir 2.0)
(license "MIT")
(version "0.1")
(source
(github ahrefs/monorobot))
(authors "Ahrefs Pte Ltd <[email protected]>")
(maintainers "Ahrefs Pte Ltd <[email protected]>")
(package
(name monorobot)
(synopsis "Notification bot for monorepos")
(description
"Notification bot to handle webhook events from monorepos and post notifications to Slack.")
(depends
(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
(and
:with-dev-setup
(= 0.26.2)))
(ocurl
(>= 0.9.2))
(sexplib0
(>= v0.16.0))))