package telegraml

  1. Overview
  2. Docs
Telegram Bot API for OCaml

Install

Authors

Maintainers

Sources

v2.2.0.tar.gz
md5=2fdd7c68eec4b7b904d9c4e536395a70

Description

An implementation of the Telegram Bot API in 100% OCaml, using Lwt for asynchronous operations and Cohttp for networking. Implements most basic functionality present in the API, plus convenience modules for error handling and defining commands.

Published: 20 Dec 2017

Dependencies (9)

  1. batteries >= "2.4.0"
  2. yojson >= "1.3.0" & < "2.0.0"
  3. cohttp-lwt-unix >= "1.0.0"
  4. cohttp-lwt >= "1.0.0"
  5. cohttp >= "1.0.0"
  6. lwt_ssl
  7. lwt >= "2.5.0"
  8. jbuilder >= "1.0+beta7"
  9. ocaml >= "4.03"

Dev Dependencies

None

Used by

None

Conflicts

None