telegraml
Telegram Bot API for OCaml
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.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 20 Jun 2016
- Authors
- Maintainers
Sources
Dependencies
batteries
>= "2.4.0"
yojson
>= "1.3.0"
cohttp
>= "0.19.0" & < "0.99"
lwt
>= "2.5.0"
oasis
build
ocamlfind
build
ocaml
>= "4.02"
Reverse Dependencies