opam-version: "2.0"
maintainer: "Marek Kubica <marek@xivilization.net>"
homepage: "https://github.com/Leonidas-from-XIV/slacko"
license: "LGPL-3.0-only with OCaml-LGPL-linking-exception"
doc: "https://leonidas-from-xiv.github.io/slacko/"
build: [
  ["dune" "build" "-p" name "-j" jobs]
  [make "test"] {with-test}
]
depends: [
  "ocaml" {>= "4.04.0"}
  "dune"
  "cmdliner"
  "yojson"
  "lwt" {>= "3.2.0"}
  "lwt_ppx"
  "tls" | "ssl"
  "cohttp-lwt-unix" {>= "1.0.0"}
  "ppx_deriving_yojson" {>= "3.0"}
  "ounit" {with-test}
]
conflicts: [
  # broken release: https://github.com/mirage/ocaml-conduit/issues/189
  "conduit" {= "0.14.1"}
]
dev-repo: "git+https://github.com/Leonidas-from-XIV/slacko.git"
bug-reports: "https://github.com/Leonidas-from-XIV/slacko/issues"
synopsis: "Access the Slack API"
description: """
Slacko provides an easy to use interface to 100% of the Slack REST API, which
allows to join Slack channels, post messages, create channels and groups and
manage those, upload and search files, manage presence."""
authors: "Marek Kubica <marek@xivilization.net>"
url {
  src:
    "https://github.com/Leonidas-from-XIV/slacko/releases/download/0.14.1/slacko-0.14.1.tbz"
  checksum: "md5=4dd6a5b6a65220f9da9cd0c84fe6bb23"
}
