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: ["Tim McGilchrist <timmcgil@gmail.com>"] 9authors: [ 10 "Thomas Leonard <talex5@gmail.com>" 11 "Antonin Décimo <antonin@tarides.com>" 12 "Tim McGilchrist <timmcgil@gmail.com>" 13 "Craig Ferguson <me@craigfe.io>" 14 "Etienne MARAIS <etienne@maiste.fr>" 15 "Anil Madhavapeddy <anil@recoil.org>" 16 "David Allsopp <david.allsopp@metastack.com>" 17 "Ewan Mellor <ewan@tarides.com>" 18 "Kate <kit.ty.kate@disroot.org>" 19 "Mark Elvers <mark.elvers@tunbury.org>" 20 "Puneeth Chaganti <punchagan@muse-amuse.in>" 21 "Lucas Pluvinage <lucas@tarides.com>" 22 "Navin Keswani <navin@novemberkilo.com>" 23 "Thomas Gazagnaire <thomas@gazagnaire.org>" 24 "Patrick Ferris <patrick@sirref.org>" 25 "Arthur Wendling <art.wendling@gmail.com>" 26 "Anurag Soni <anurag@sonianurag.com>" 27 "Ambre Austen Suhamy <ambre@tarides.com>" 28 "Hannes Mehnert <hannes@mehnert.org>" 29 "Ben Andrew <benmandrew@gmail.com>" 30 "Gargi Sharma <gs051095@gmail.com>" 31 "Jonathan Coates <git@squiddev.cc>" 32 "Jules Aguillon <juloo.dsi@gmail.com>" 33 "Magnus Skjegstad <magnus@skjegstad.com>" 34 "Shon Feder <shon.feder@gmail.com>" 35 "smolck <46855713+smolck@users.noreply.github.com>" 36 "tatchi <corentin.leruth@gmail.com>" 37] 38license: "Apache-2.0" 39homepage: "https://github.com/ocurrent/ocurrent" 40doc: "https://ocurrent.github.io/ocurrent/" 41bug-reports: "https://github.com/ocurrent/ocurrent/issues" 42depends: [ 43 "dune" {>= "3.3"} 44 "current" {= version} 45 "ocaml" {>= "4.12.0"} 46 "cohttp-lwt-unix" {>= "4.0.0"} 47 "fmt" {>= "0.8.9"} 48 "logs" {>= "0.7.0"} 49 "lwt" {>= "5.6.1"} 50 "tls-lwt" {>= "0.16.0" & < "1.0.0"} 51 "uri" {>= "4.0.0"} 52 "yojson" 53 "odoc" {with-doc} 54] 55build: [ 56 ["dune" "subst"] {dev} 57 [ 58 "dune" 59 "build" 60 "-p" 61 name 62 "-j" 63 jobs 64 "@install" 65 "@runtest" {with-test} 66 "@doc" {with-doc} 67 ] 68] 69dev-repo: "git+https://github.com/ocurrent/ocurrent.git" 70url { 71 src: 72 "https://github.com/ocurrent/ocurrent/releases/download/v0.6.6/current-0.6.6.tbz" 73 checksum: [ 74 "sha256=2329288bcbb455a3b8997f15d0090474e42274935379bc00d12abd22dcbf9990" 75 "sha512=27525c17c09fe90f2554701c60ef5d6f1d4b42f13f3c4245becbfecd0178f102739ec0a22732b2ed926510dd33d7d90a8f001df086e840279493182783d6c676" 76 ] 77} 78x-commit-hash: "bfc886e78e6da9e47904d2dfc7e11ad604af735f"