stoml


License

License

GroupId

GroupId

me.vican.jorge
ArtifactId

ArtifactId

stoml_2.11
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

stoml
stoml
Project URL

Project URL

https://github.com/jvican/stoml
Project Organization

Project Organization

me.vican.jorge
Source Code Management

Source Code Management

https://github.com/jvican/stoml.git

Download stoml_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/me.vican.jorge/stoml_2.11/ -->
<dependency>
    <groupId>me.vican.jorge</groupId>
    <artifactId>stoml_2.11</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/me.vican.jorge/stoml_2.11/
implementation 'me.vican.jorge:stoml_2.11:0.2'
// https://jarcasting.com/artifacts/me.vican.jorge/stoml_2.11/
implementation ("me.vican.jorge:stoml_2.11:0.2")
'me.vican.jorge:stoml_2.11:jar:0.2'
<dependency org="me.vican.jorge" name="stoml_2.11" rev="0.2">
  <artifact name="stoml_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.vican.jorge', module='stoml_2.11', version='0.2')
)
libraryDependencies += "me.vican.jorge" % "stoml_2.11" % "0.2"
[me.vican.jorge/stoml_2.11 "0.2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.7
com.lihaoyi : fastparse_2.11 jar 0.3.7

test (2)

Group / Artifact Type Version
org.scalacheck : scalacheck_2.11 jar 1.12.5
org.scalatest : scalatest_2.11 jar 2.2.4

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.2