From ac9db1028c6be51b01e81bb5ad53d03d3b41c383 Mon Sep 17 00:00:00 2001 From: Andreas Killaitis <52928792+killaitis@users.noreply.github.com> Date: Thu, 14 Dec 2023 10:39:34 +0100 Subject: [PATCH] Added Peloton actor library --- docs/typelevelEcosystem.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/typelevelEcosystem.md b/docs/typelevelEcosystem.md index 1fda503b8e..1b4641b198 100644 --- a/docs/typelevelEcosystem.md +++ b/docs/typelevelEcosystem.md @@ -120,6 +120,7 @@ Here you can find a comprehensive list of libraries and projects related to Type | [newts](https://julien-truffaut.github.io/newts/) | Defines newtypes compatible with [Cats][Cats] type classes. | | [odin](https://github.com/valskalla/odin) | Fast & functional logger with own logging backend. | | [origami](https://github.com/atnos-org/origami) | Monadic folds. | +| [peloton](https://github.com/killaitis/peloton) | A lightweight and playful actor library for [Cats Effect][Cats Effect]. | | [phony](https://github.com/alirezameskin/phony) | Fake data generator. | | [pulsar4s](https://github.com/sksamuel/pulsar4s) | concise, idiomatic, reactive, type safe Scala client for [Apache Pulsar](https://pulsar.apache.org/). | | [pureconfig](https://pureconfig.github.io/) | A boilerplate-free library for loading configuration files. |