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]

Modules

[Index] [Quick Jump]

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 base (>=4.10 && <5), bytestring (>=0.10.10.0 && <0.11) [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-05-26T15:17:18Z
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.1.0

[back to package description]

tdlib

Low level Haskell bindings to the TDLib 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