@hackage / tdlib

complete binding to the Telegram Database Library

Latest0.3.0

About

Metadata

  • Last updated , by Poscat
  • License BSD-3-Clause
  • Categories FFI, Web Development
  • Maintained by: poscat@mail.poscat.moe

  • Lottery factor: 0

Links

Installation

Readme

tdlib

Haskell bindings to the TDLib API though the json interface.

Building

  1. build TDLib following these instructions
  2. run cabal configure --extra-lib-dirs=<PATH_TO_TDLIB> if TDLib was installed at non-standard locations
  3. run cabal build