tdlib: complete binding to the Telegram Database Library

[ bsd3, library, web ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/poscat0x04/tdlib#readme


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.1, 0.1.3, 0.1.4, 0.1.5, 0.2.0, 0.3.0
Change log CHANGELOG.md
Dependencies aeson (>=1.4.7 && <1.6), base (>=4.10 && <5), bytestring, containers (>=0.6.2.1 && <0.7), monad-loops, polysemy (>=1.3.0.0 && <1.4), polysemy-plugin (>=0.2.5.0 && <0.3), stm (>=2.5.0.0 && <2.6), tdlib-types (>=0.3.0 && <0.4), text, unagi-chan (>=0.4.1.3 && <0.5), unordered-containers (>=0.2.10.0 && <0.3) [details]
License BSD-3-Clause
Copyright (c) 2020 Poscat
Author Poscat
Maintainer poscat@mail.poscat.moe
Category Web
Home page https://github.com/poscat0x04/tdlib#readme
Bug tracker https://github.com/poscat0x04/tdlib/issues
Source repo head: git clone https://github.com/poscat0x04/tdlib
Uploaded by Poscat at 2020-06-04T12:21:46Z
Distributions NixOS:0.3.0
Downloads 1194 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for tdlib-0.2.0

[back to package description]

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