toml-parser: Parser for the TOML configuration language

[ library, text ] [ Propose Tags ]

Parser for the TOML configuration language. TOML is specified by https://github.com/toml-lang/toml. This language is designed to be easy to understand and unambiguous.

This implementation uses Alex and Happy to generate an efficient lexer and parser. It aims to have minimal library dependencies.

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 1.0.0.0, 1.0.1.0, 1.1.0.0, 1.1.1.0, 1.2.0.0, 1.2.1.0, 1.3.0.0, 1.3.1.0, 1.3.1.1, 1.3.1.2, 1.3.1.3, 1.3.2.0, 2.0.0.0
Change log ChangeLog.md
Dependencies array (>=0.5 && <0.6), base (>=4.9 && <4.15), text (>=1.2 && <1.3), time (>=1.6 && <1.11) [details]
License ISC
Copyright 2017 Eric Mertens
Author Eric Mertens
Maintainer emertens@gmail.com
Revised Revision 3 made by EricMertens at 2020-03-27T16:47:38Z
Category Language
Home page https://github.com/glguy/toml-parser
Bug tracker https://github.com/glguy/toml-parser/issues
Source repo head: git clone https://github.com/glguy/toml-parser.git
Uploaded by EricMertens at 2017-05-04T03:16:43Z
Distributions Arch:1.3.1.3, Fedora:1.3.0.0, LTSHaskell:1.3.2.0, NixOS:1.3.2.0, Stackage:2.0.0.0, openSUSE:1.3.2.0
Reverse Dependencies 5 direct, 167 indirect [details]
Downloads 3549 total (276 in the last 30 days)
Rating 2.5 (votes: 4) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]