Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kubukoz/catharsis
Utilities for cats-effect that don't really fit in the upstream.
https://github.com/kubukoz/catharsis
cats cats-effect functional-concurrency functional-programming functional-scala pure-fp scala typelevel
Last synced: 10 days ago
JSON representation
Utilities for cats-effect that don't really fit in the upstream.
- Host: GitHub
- URL: https://github.com/kubukoz/catharsis
- Owner: kubukoz
- Created: 2020-02-21T18:39:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-14T22:08:34.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T12:56:57.002Z (27 days ago)
- Topics: cats, cats-effect, functional-concurrency, functional-programming, functional-scala, pure-fp, scala, typelevel
- Language: Scala
- Homepage:
- Size: 52.7 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# catharsis
[![Build Status](https://travis-ci.com/kubukoz/catharsis.svg?branch=master)](https://travis-ci.com/kubukoz/catharsis)
[![Latest version](https://index.scala-lang.org/kubukoz/catharsis/catharsis/latest.svg)](https://index.scala-lang.org/kubukoz/catharsis/catharsis)
[![Maven Central](https://img.shields.io/maven-central/v/com.kubukoz/catharsis_2.13.svg)](http://search.maven.org/#search%7Cga%7C1%7Ccatharsis)
[![License](http://img.shields.io/:license-Apache%202-green.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)[![Powered by cats](https://img.shields.io/badge/powered%20by-cats-blue.svg)](https://github.com/typelevel/cats)
![Gluten free](https://img.shields.io/badge/gluten-free-orange.svg)Utilities for cats-effect.
## Installation
sbt dependency:
```scala
"com.kubukoz" %% "catharsis" % version
```catharsis is cross-built for Scala 2.12 and 2.13.