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: ["Thomas Leonard <talex5@gmail.com>"] 9authors: ["Thomas Leonard <talex5@gmail.com>"] 10license: "Apache-2.0" 11homepage: "https://github.com/ocurrent/ocurrent" 12doc: "https://ocurrent.github.io/ocurrent/" 13bug-reports: "https://github.com/ocurrent/ocurrent/issues" 14depends: [ 15 "dune" {>= "3.3"} 16 "current" {= version} 17 "ocaml" {>= "4.08.0"} 18 "cohttp-lwt-unix" {>= "4.0.0"} 19 "fmt" {>= "0.8.9"} 20 "logs" {>= "0.7.0"} 21 "lwt" {>= "5.6.1"} 22 "tls-lwt" {>= "0.16.0" & < "1.0.0"} 23 "uri" {>= "4.0.0"} 24 "yojson" 25 "odoc" {with-doc} 26] 27build: [ 28 ["dune" "subst"] {dev} 29 [ 30 "dune" 31 "build" 32 "-p" 33 name 34 "-j" 35 jobs 36 "@install" 37 "@runtest" {with-test} 38 "@doc" {with-doc} 39 ] 40] 41dev-repo: "git+https://github.com/ocurrent/ocurrent.git" 42url { 43 src: 44 "https://github.com/ocurrent/ocurrent/releases/download/0.6.4/current-0.6.4.tbz" 45 checksum: [ 46 "sha256=e6cafa330166719e3f8bf30a4ffeec79b0f290e3dcd420c4a53d6a55912f961d" 47 "sha512=42d703a524ab61e3fd623ab4b1681bbe59c1d4426bebadb1bb50c3e6fcbb59d1aecb8041f2b6d09a9cb5eb5b6f79ec7b07eb4254ec39de30d406c20d4da7d664" 48 ] 49} 50x-commit-hash: "53fd3263d04407df6b7a627abe85667d011c0060"