package slack

  1. Overview
  2. Docs
Slack API implementation

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.tar.gz
md5=f3be3accbb3b77babbc9b672746c603b
sha512=e715aa318eee97c65d254e1a2b052fb08a8e113d11343272c03a13cccd2f74a480678e064bcb6c901624aadcb83d16eabadbd6caa9181465a920cb69aee8f644

doc/src/slack.lib/colors.ml.html

Source file colors.ml

1
2
3
4
5
6
7
8
(* https://styleguide.github.com/primer/utilities/colors/#background-colors *)

let gray = "#f6f8fa"
let blue = "#0366d6"
let yellow = "#ffd33d"
let red = "#d73a49"
let green = "#28a745"
let purple = "#6f42c1"
OCaml

Innovation. Community. Security.