Popularity
4.4
Growing
Activity
0.0
Stable
6
3
1
Monthly Downloads: 2
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.
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

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