Installation

Dependency-free core module, that contains all data class definitions, type classes and pre-defined locales

"io.taig" %%% "babel-core" % "0.5.2" 

Cats type class instances

"io.taig" %%% "babel-cats" % "0.5.2"

Serialization formats

"io.taig" %%% "babel-circe" % "0.5.2"

Reading HOCON translation definitions from resources

"io.taig" %%% "babel-loader" % "0.5.2"

Codecs to populate custom data classes from translation objects

"io.taig" %%% "babel-generic" % "0.5.2"

Default setup which is assumed in the documentation below

"io.taig" %%% "babel-circe" % "0.5.2"
"io.taig" %%% "babel-generic" % "0.5.2"
"io.taig" %%% "babel-loader" % "0.5.2"
The source code for this page can be found here.