tdlib

Please see the README on GitHub at https://github.com/poscat0x04/tdlib#readme


Keywords
ffi, library, web, Propose Tags , TDLib.Errors, TDLib.EventLoop, TDLib.TDJson, instructions
License
BSD-3-Clause
Install
cabal install tdlib

Documentation

tdlib

Low level Haskell bindings to the TDLib 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