this repo has no description
1opam-version: "2.0"
2license: "MIT"
3maintainer: "Ahrefs <github@ahrefs.com>"
4authors: "Ahrefs <github@ahrefs.com>"
5homepage: "https://github.com/ahrefs/slack"
6bug-reports: "https://github.com/ahrefs/slack/issues"
7dev-repo: "git+https://github.com/ahrefs/slack.git"
8
9synopsis: "Slack API implementation"
10description: "OCaml interface for accessing Slack APIs and receiving events."
11
12depends: [
13 "dune" {>= "3.4"}
14 "atdgen" {> "2.0.0" & < "2.16.0"}
15 "atdgen-runtime" {> "2.0.0"}
16 "biniou"
17 "cstruct"
18 "cmarkit"
19 "cmdliner"
20 "devkit" {>= "1.20210517" }
21 "extlib" {>= "1.7.7"}
22 "hex"
23 "lwt" {>= "5.1.0"}
24 "lwt_ppx"
25 "nocrypto"
26 "ppx_deriving"
27 "re2"
28 "uri"
29 "yojson"
30]
31build: [
32 ["dune" "subst"] {dev}
33 [
34 "dune"
35 "build"
36 "-p"
37 name
38 "-j"
39 jobs
40 "@install"
41 "@doc" {with-doc}
42 "@runtest" {with-test}
43 ]
44]
45url {
46 src: "https://github.com/ahrefs/slack/archive/refs/tags/0.1.tar.gz"
47 checksum: [
48 "md5=f3be3accbb3b77babbc9b672746c603b"
49 "sha512=e715aa318eee97c65d254e1a2b052fb08a8e113d11343272c03a13cccd2f74a480678e064bcb6c901624aadcb83d16eabadbd6caa9181465a920cb69aee8f644"
50 ]
51}