toml-parser: Parser for the TOML configuration language
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.
Downloads
- toml-parser-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
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
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, 2.0.1.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:2.0.0.0, Fedora:1.3.2.0, LTSHaskell:2.0.1.0, NixOS:1.3.2.0, Stackage:2.0.1.0, openSUSE:2.0.1.0 |
Reverse Dependencies | 7 direct, 169 indirect [details] |
Downloads | 6506 total (5 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] |