Popularity
4.2
Declining
Activity
0.0
Stable
6
2
1
Monthly Downloads: 17
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.
Kargo - Stop Scripting Promotions. Start Shipping with Kargo
Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
Promo
akuity.io
Do you think we are missing an alternative of tdlib or a related project?
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