this repo has no description
1opam-version: "2.0"
2license: "MIT"
3synopsis: "Notification bot for monorepos"
4description: "Notification bot to handle webhook events from monorepos and post notifications to Slack."
5maintainer: "Ahrefs <github@ahrefs.com>"
6authors: "Ahrefs <github@ahrefs.com>"
7homepage: "https://github.com/ahrefs/monorobot"
8bug-reports: "https://github.com/ahrefs/monorobot/issues"
9dev-repo: "git+https://github.com/ahrefs/monorobot.git"
10depends: [
11 "ocaml" {>= "4.08.0"}
12 "dune" {>= "2.5.0"}
13 "atd" {>= "2.2.1"}
14 "atdgen" {>= "2.2.1" & < "2.16.0"}
15 "atdgen-runtime" {>= "2.2.1"}
16 "base" {>= "v0.13.0"}
17 "base64" {>= "3.0.0"}
18 "biniou"
19 "cmdliner" {>= "0.9.8"}
20 "cstruct"
21 "devkit" {>= "1.20210120"}
22 "extlib" {>= "1.7.8"}
23 "hex"
24 "lwt" {>= "5.1.0"}
25 "lwt_ppx" {>= "2.0.0"}
26 "nocrypto"
27 "re2"
28 "stdio"
29 "uri"
30 "omd" {<= "1.3.1"}
31 "yojson"
32]
33build: ["dune" "build" "-p" name "-j" jobs]
34url {
35 src: "https://github.com/ahrefs/monorobot/archive/0.1.tar.gz"
36 checksum: [
37 "md5=db7f01d60ca034702787efd0b760a8ad"
38 "sha512=9e33bea9aaadff777552d92971c725bf41280102832c29f5501b18f80fa33fa29ed9c0224796b10cc13bcea253b21cc121f76e66bcb349993acf7819b915634b"
39 ]
40}