| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 09:16:51 GMT
X-Served-By: cache-dfw-kdal2120132-DFW, cache-bom-vanm7210050-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768641412.575110,VS0,VE383
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
tdlib-gen: Codegen for TDLib
tdlib-gen: Codegen for TDLib
Modules
[Index] [Quick Jump]
Downloads
- tdlib-gen-0.4.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0, 0.2.0, 0.3.0, 0.4.0 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | aeson (>=1.4.7 && <1.6), base (>=4.10 && <5), base64-bytestring-type (>=1.0 && <1.1), containers (>=0.6 && <0.7), generic-lens (>=1.2 && <2.1), language-tl (>=0.1.0 && <0.2), lens (>=4.18 && <4.20), megaparsec (>=7.0 && <8.1), prettyprinter (>=1.6.1 && <1.7), tdlib-gen, template-haskell (>=2.15 && <2.17), text (>=1.2 && <1.3) [details] |
| License | BSD-3-Clause |
| Copyright | (c) 2020 Poscat |
| Author | Poscat |
| Maintainer | poscat@mail.poscat.moe |
| Uploaded | by Poscat at 2020-06-07T23:33:41Z |
| Category | Codegen |
| Home page | https://github.com/poscat0x04/tdlib-gen#readme |
| Bug tracker | https://github.com/poscat0x04/tdlib-gen/issues |
| Source repo | head: git clone https://github.com/poscat0x04/tdlib-gen |
| Distributions | NixOS:0.4.0 |
| Reverse Dependencies | 1 direct, 1 indirect [details] |
| Executables | tdlib-gen |
| Downloads | 794 total (13 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs uploaded by user [build log] All reported builds failed as of 2020-06-08 [all 3 reports] |
Readme for tdlib-gen-0.4.0
[back to package description]tdlib-gen
Generate types and function declarations for TDLib form api specifications (.tl files)
Usage
run tdlib-gen and follow the interactive questions, this should generate 3 files, Types.hs, Functions.hs and FunArgs.hs at the current directory.