package telegraml

  1. Overview
  2. No Docs
Telegram Bot API for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v2.1.4.tar.gz
md5=e25f2aeb5e0beb116165eeddb191bc97

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 Jun 2016

Dependencies (7)

  1. batteries >= "2.4.0"
  2. yojson >= "1.3.0"
  3. cohttp >= "0.19.0" & < "0.99"
  4. lwt >= "2.5.0"
  5. oasis build
  6. ocamlfind build
  7. ocaml >= "4.02"

Dev Dependencies

None

Used by

None

Conflicts

None