File tree Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Expand file tree Collapse file tree 1 file changed +51
-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+ "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+ ]
31+ build: [
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+ ]
45+ url {
46+ src: "https://github.com/ahrefs/slack/archive/refs/tags/0.1.tar.gz"
47+ checksum: [
48+ "md5=f3be3accbb3b77babbc9b672746c603b"
49+ "sha512=e715aa318eee97c65d254e1a2b052fb08a8e113d11343272c03a13cccd2f74a480678e064bcb6c901624aadcb83d16eabadbd6caa9181465a920cb69aee8f644"
50+ ]
51+ }
You can’t perform that action at this time.
0 commit comments