File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ license: "MIT"
3+ maintainer: "Ahrefs <
[email protected] >"
4+ authors: "Ahrefs <
[email protected] >"
5+ homepage: "https://github.com/ahrefs/slack"
6+ bug-reports: "https://github.com/ahrefs/slack/issues"
7+ dev-repo: "git+https://github.com/ahrefs/slack.git"
8+
9+ synopsis: "Slack API implementation."
10+ description: "OCaml interface for accessing Slack APIs and receiving events."
11+
12+ depends: [
13+ "dune" {>= "3.4"}
14+ "atdgen" {> "2.0.0"}
15+ "atdgen-runtime" {> "2.0.0"}
16+ "biniou"
17+ "cstruct"
18+ "cmdliner"
19+ "devkit" {>= "1.20210517" }
20+ "extlib" {>= "1.7.7"}
21+ "hex"
22+ "lwt" {>= "5.1.0"}
23+ "lwt_ppx"
24+ "nocrypto"
25+ "ppx_deriving"
26+ "re2"
27+ "uri"
28+ "yojson"
29+ ]
30+ url {
31+ src: "https://github.com/ahrefs/slack/archive/refs/tags/0.1.tar.gz"
32+ checksum: [
33+ "md5=62d81217d26fee6b043503a6b0951cf9"
34+ "sha512=c945319aab346c300bb754e2279a371ee28846812d4f7271e05d383c687d0cf43396cf3a26e520239e9071dda1b7449ceeca90533bb6ae2b4b4312befbc05f61"
35+ ]
36+ }
You can’t perform that action at this time.
0 commit comments