Popularity
4.4
Growing
Activity
0.0
Stable
5
4
1

Monthly Downloads: 11
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     FFI    
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.

Do you think we are missing an alternative of tdlib or a related project?

Add another 'FFI' Package

README

tdlib

Haskell bindings to the TDLib API though the json interface.

Building

  1. build TDLib following these instructions
  2. run cabal configure --extra-lib-dirs=<PATH_TO_TDLIB> if TDLib was installed at non-standard locations
  3. run cabal build