jvican / stoml   0.3+10-c550ac61

Mozilla Public License 2.0 GitHub

TOML parser for Scala.

Scala versions: 2.12 2.11 2.10

TOML parser for Scala Build Status

TOML is a minimal configuration file format that shines because of its simplicity.

This is a clean-room parser implementation of the TOML spec that allows you to quickly parse any TOML file and get great error reporting when it fails.

Forget YAML, go TOML.

Import in your project

"me.vican.jorge" %% "stoml" % "0.5"
resolvers += Resolver.bintrayRepo("jvican", "releases")

Acknowledgements

Built on top of Fastparse (which means fast parsing) and Scalacheck to automatically check any combination of valid TOML elements.