this repo has no description
1opam-version: "2.0"
2synopsis: "Slack plugin for OCurrent"
3description: """\
4OCurrent provides an OCaml eDSL for writing CI/CD pipelines.
5
6This package provides primitives for interacting with Slack.
7It can post messages to slack channels."""
8maintainer: "talex5@gmail.com"
9authors: "talex5@gmail.com"
10homepage: "https://github.com/ocurrent/ocurrent"
11bug-reports: "https://github.com/ocurrent/ocurrent/issues"
12depends: [
13 "current" {= version}
14 "ocaml" {>= "4.08.0"}
15 "fmt"
16 "yojson"
17 "lwt"
18 "tls" {>= "0.12.0" & < "1.0.0"}
19 "cohttp" {>= "2.2.0" & < "3.0.0"}
20 "cohttp-lwt" {>= "2.2.0" & < "3.0.0"}
21 "cohttp-lwt-unix" {>= "2.2.0" & < "3.0.0"}
22 "dune" {>= "2.0"}
23 "logs" {>= "0.7.0"}
24 "uri" {>= "4.0.0"}
25]
26build: [
27 ["dune" "build" "-p" name "-j" jobs]
28 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
29]
30dev-repo: "git+https://github.com/ocurrent/ocurrent.git"
31x-commit-hash: "1f5877041035052ae1701214ddec8f2426968c89"
32url {
33 src:
34 "https://github.com/ocurrent/ocurrent/releases/download/v0.4/current-v0.4.tbz"
35 checksum: [
36 "sha256=85d65779b104da6ccfdb33b65fc6d2492dd3942d9fd74127059cb6f850684a17"
37 "sha512=6cc24530a9e58dcf32cf00b5ed17e93cb949786e30d625fbc07b24f380e536d6a4e7c2902ede86af3ddf2ac48135efb9483144514f40d298adab11be4f8c473d"
38 ]
39}