An open API service indexing awesome lists of open source software.

https://github.com/poscat0x04/tdlib


https://github.com/poscat0x04/tdlib

tdlib

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# tdlib

Haskell bindings to the TDLib API though the json interface.

## Building

1. build TDLib following these [instructions](https://github.com/tdlib/td#readme)
2. run `cabal configure --extra-lib-dirs=` if TDLib was installed at non-standard locations
3. run `cabal build`