An open API service indexing awesome lists of open source software.

https://github.com/jonas/typesetting

Scala library for mapping TypeSafe config to settings
https://github.com/jonas/typesetting

Last synced: 10 months ago
JSON representation

Scala library for mapping TypeSafe config to settings

Awesome Lists containing this project

README

          

# Type Setting

Scala library for mapping TypeSafe config to settings expressed in terms of
their type and configuration path.

> Typesetting is the composition of text by means of arranging physical types or
> the digital equivalents. Stored letters and other symbols (called sorts in
> mechanical systems and glyphs in digital systems) are retrieved and ordered
> according to a language's orthography for visual display.
-- [Wikipedia](https://en.wikipedia.org/wiki/Typesetting)

Inspired by Jon Pretty's talk [Reducing The Slippery Surface of Failure with
Dependent Types](http://rapture.io/talks/slippery-surface/) and based on code
from [Rapture's](https://github.com/propensive/rapture) CLI module.

## License

```
Copyright 2015 Jonas Fonseca
Copyright 2010-2015 Jon Pretty, Propensive Ltd.
```

Licensed under the Apache License, Version 2.0. See LICENSE file for terms and
conditions for use, reproduction, and distribution.