https://github.com/poscat0x04/tdlib
https://github.com/poscat0x04/tdlib
tdlib
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/poscat0x04/tdlib
- Owner: poscat0x04
- License: bsd-3-clause
- Created: 2020-05-26T15:13:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-19T04:10:41.000Z (over 3 years ago)
- Last Synced: 2025-12-08T15:33:15.462Z (7 months ago)
- Topics: tdlib
- Language: Haskell
- Size: 53.7 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# tdlib
Haskell bindings to the TDLib API though the json interface.
## Building
1. build TDLib following these [instructions](https://github.com/tdlib/td#readme)
2. run `cabal configure --extra-lib-dirs=` if TDLib was installed at non-standard locations
3. run `cabal build`