All Projects → jvican → stoml

jvican / stoml

Licence: MPL-2.0 license
TOML parser for Scala.

Programming Languages

scala
5932 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].