this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25430 from sewenthy/opam-publish-slack.0.1

Package slack.0.1

authored by

Marcello Seri and committed by
GitHub
fd5d2a5f b530f3bb

+51
+51
packages/slack/slack.0.1/opam
··· 1 + opam-version: "2.0" 2 + license: "MIT" 3 + maintainer: "Ahrefs <github@ahrefs.com>" 4 + authors: "Ahrefs <github@ahrefs.com>" 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 + }