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" {>= "0.8.9"}
16 "yojson"
17 "lwt"
18 "tls" {>= "0.12.0" & < "1.0.0"}
19 "cohttp" {>= "2.2.0"}
20 "cohttp-lwt" {>= "2.2.0"}
21 "cohttp-lwt-unix" {>= "2.2.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: "439d1b539335ee3aa974ff6c02e09885f40056b5"
32url {
33 src:
34 "https://github.com/ocurrent/ocurrent/releases/download/v0.5/current-v0.5.tbz"
35 checksum: [
36 "sha256=f8c884318a46a568d965c7e8bac00dfe2339efac04ca6f0cbabef916d8b917ca"
37 "sha512=e0633239a7d02cdde6264db96c39ed7e3d1adf3a7f09bb25ad002d388f203b561e8c808daee90539bc0ee15c547d2ab4bef1789dcc9c22ed00b151bad0083f64"
38 ]
39}
40license: "Apache-2.0"