language-thrift: Parser for the Thrift IDL format.

[ bsd3, language, library ] [ Propose Tags ]

This package provides a parser for the Thrift IDL format.


[Skip to Readme]

Modules

[Last Documentation]

  • Language
    • Thrift
      • Language.Thrift.Parser
      • Language.Thrift.Types

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.3.0.0, 0.4.0.0, 0.5.0.0, 0.6.0.0, 0.6.0.1, 0.6.1.0, 0.6.2.0, 0.7.0.0, 0.7.0.1, 0.8.0.0, 0.8.0.1, 0.8.0.2, 0.9.0.0, 0.9.0.1, 0.9.0.2, 0.10.0.0, 0.11.0.0, 0.12.0.0, 0.12.0.1, 0.13.0.0 (info)
Change log CHANGES.md
Dependencies base (>=4.7 && <4.9), mtl, parsers (>=0.12 && <0.13), text (>=1.2), trifecta (>=1.5 && <1.6) [details]
License BSD-3-Clause
Author Abhinav Gupta
Maintainer Abhinav Gupta <mail@abhinavg.net>
Category Language
Home page https://github.com/abhinav/language-thrift
Source repo head: git clone git://github.com/abhinav/language-thrift.git
Uploaded by abhinav at 2015-06-02T02:49:22Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 10312 total (66 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-09 [all 6 reports]

Readme for language-thrift-0.1.0.1

[back to package description]

language-thrift provides a parser for the Thrift IDL format. The parser is written using trifecta to provide helpful error messages when parsing fails. The parser keeps track of Javadoc-style comments (/** ... */) and associates them with the type, service, function, or field above which they were added.

Documentation is sparse; most of the types are self-explanatory. Haddock-generated docs are available on Hackage and here.