package disml

  1. Overview
  2. No Docs
An OCaml library for interfacing with the Discord API

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.5.tar.gz
md5=294333728fef442b30c13420c00a1441
sha512=9117726da1dc2b12589666c7550eea6b8d9ba15cb88bcbccbde7069660942a40c2ceaf54dd88f9deb1275840d65b23f6c118591a816a464f069e0fa1bb9d2dc0

Description

Dis.ml is a library that provides a high-level interface to the Discord API. Key features include:

  • Automatic sharding
  • Deserialization of Discord objects to record types with related helper methods
  • Automatic rate-limiting

For examples, see /bin in the git repo.

Tags

discord

Published: 12 Feb 2019

Dependencies (10)

  1. yojson < "1.6.0"
  2. websocket-async >= "2.12"
  3. ppx_sexp_conv >= "v0.11.2"
  4. ppx_deriving_yojson >= "3.3"
  5. decompress >= "0.8" & < "0.9"
  6. core >= "v0.11.3"
  7. cohttp-async >= "1.2.0"
  8. async_ssl >= "v0.11.0"
  9. dune >= "1.3.0"
  10. ocaml >= "4.04.1"

Dev Dependencies (1)

  1. odoc with-doc & >= "1.3.0"

Used by

None

Conflicts

None