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

https://github.com/pureharm/pureharm-core

anomalies, sprouts, and the likes. Core module for "pureharm".
https://github.com/pureharm/pureharm-core

pureharm scala typelevel

Last synced: 9 months ago
JSON representation

anomalies, sprouts, and the likes. Core module for "pureharm".

Awesome Lists containing this project

README

          

# pureharm-core

See [changelog](./CHANGELOG.md).

## modules

The available modules are.

- `"com.busymachines" %% s"pureharm-core" % "0.3.0"`. Which in turn is split up into (if you do not need all of core)
- `"com.busymachines" %% s"pureharm-core-sprout" % "0.3.0"`
- [sprout](https://github.com/lorandszakacs/sprout/releases) `0.0.5`
- [cats](https://github.com/typelevel/cats/releases) `2.6.1`
- [shapeless](https://github.com/milessabin/shapeless/releases) `2.3.7` — only for Scala 2
- `"com.busymachines" %% s"pureharm-core-anomaly" % "0.3.0"`
- [cats](https://github.com/typelevel/cats/releases) `2.6.1`
- `"com.busymachines" %% s"pureharm-core-identifiable" % "0.3.0"`
- [shapeless](https://github.com/milessabin/shapeless/releases) `2.3.7` — only for Scala 2

## usage

Under construction. See [release notes](https://github.com/busymachines/pureharm-core/releases) and tests for examples.

## Copyright and License

All code is available to you under the Apache 2.0 license, available
at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) and also in
the [LICENSE](./LICENSE) file.