Popularity
2.9
Declining
Activity
0.0
Stable
5
2
0
Monthly Downloads: 8
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.
-
gitlib-utils
Generic utility functions for working with Git repositories -
leveldb-haskell
Haskell bindings to LevelDB (https://github.com/google/leveldb) -
jvm-batching
Provides batched marshalling of values between Java and Haskell.
Build time-series-based applications quickly and at scale.
InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
Promo
www.influxdata.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