tdlib: Bidings to the tdlib json interface

[ 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, base (>=4.10 && <5), base64-bytestring-type, bytestring (>=0.10.10.0 && <0.11), containers, monad-loops, polysemy, polysemy-plugin, stm, tdlib-types, text, unagi-chan, unordered-containers [details]
License BSD-3-Clause
Copyright (c) 2020 Poscat
Author Poscat
Maintainer poscat@mail.poscat.moe
Category FFI
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-02T13:40:13Z
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.1.3

[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