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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.4.0 && <0.5), text, unordered-containers (>=0.2.10.0 && <0.3) [details]
License BSD-3-Clause
Copyright (c) 2020 Poscat
Author Poscat
Maintainer poscat@mail.poscat.moe
Revised Revision 1 made by Poscat at 2020-06-09T00:32:02Z
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-05T11:49:48Z
Distributions NixOS:0.3.0
Downloads 1194 total (11 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.3.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