Popularity
4.5
Declining
Activity
0.0
Stable
6
4
1
Monthly Downloads: 7
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.3.0
tdlib alternatives and similar packages
Based on the "FFI" category.
Alternatively, view tdlib alternatives based on common mentions on social networks and blogs.
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
Do you think we are missing an alternative of tdlib or a related project?
Popular Comparisons
README
tdlib
Haskell bindings to the TDLib API though the json interface.
Building
- build TDLib following these instructions
- run
cabal configure --extra-lib-dirs=<PATH_TO_TDLIB>
if TDLib was installed at non-standard locations - run
cabal build