tdlib-gen: Codegen for TDLib

[ bsd3, codegen, library, program ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/poscat0x04/tdlib-gen#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.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
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
Uploaded by Poscat at 2020-06-07T23:33:41Z
Distributions NixOS:0.4.0
Reverse Dependencies 1 direct, 1 indirect [details]
Executables tdlib-gen
Downloads 626 total (12 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.