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".
- Host: GitHub
- URL: https://github.com/pureharm/pureharm-core
- Owner: pureharm
- License: apache-2.0
- Created: 2021-03-15T16:00:57.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-28T07:43:49.000Z (over 4 years ago)
- Last Synced: 2025-01-19T14:17:19.962Z (about 1 year ago)
- Topics: pureharm, scala, typelevel
- Language: Scala
- Homepage:
- Size: 186 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.