opam-version: "2.0"
maintainer: "Adelyn Breedlove <tenseiken595@gmail.com>"
authors: "Adelyn Breedlove <tenseiken595@gmail.com>"
license: "MIT"
homepage: "https://gitlab.com/Mishio595/disml"
doc: "https://mishio595.gitlab.io/disml/"
dev-repo: "git+https://gitlab.com/Mishio595/disml"
bug-reports: "https://gitlab.com/Mishio595/disml/issues"
tags: ["discord"]
synopsis: "An OCaml library for interfacing with the Discord API"
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.
"""
depends: [
  "ocaml" {>= "4.04.1"}
  "dune" {>= "1.3.0"}
  "async_ssl" {>= "v0.11.0" & < "v0.15"}
  "cohttp-async" {>= "1.2.0"}
  "core" {>= "v0.11.3" & < "v0.15"}
  "decompress" {>= "0.8" & < "0.9"}
  "odoc" {with-doc & >= "1.3.0"}
  "ppx_deriving_yojson" {>= "3.3"}
  "ppx_sexp_conv" {>= "v0.11.2" & < "v0.15"}
  "websocket-async" {>= "2.12"}
  "yojson" {< "1.6.0"}
]
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
]
url {
  src: "https://github.com/Mishio595/disml/archive/0.2.5.tar.gz"
  checksum: [
    "md5=294333728fef442b30c13420c00a1441"
    "sha512=9117726da1dc2b12589666c7550eea6b8d9ba15cb88bcbccbde7069660942a40c2ceaf54dd88f9deb1275840d65b23f6c118591a816a464f069e0fa1bb9d2dc0"
  ]
}
