From 021c88e9721830ba68b2f8e00d4b0daf9b057ae3 Mon Sep 17 00:00:00 2001 From: "Diego E. Alonso Blas" Date: Thu, 20 Aug 2020 14:42:15 +0100 Subject: [PATCH] Update README.md (#3574) * Update README.md - Remove `cats-par`, deprecated. - Add recent libraries like skunk and `redis4cats`. * Also mention Natchez. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae7ab96508..7521af312a 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,6 @@ By sharing the same set of type classes, instances and data types provided by Ca #### General purpose libraries to support pure functional programming - * [cats-par](https://github.com/ChristopherDavenport/cats-par): Abstract type member Parallel instances * [cats-retry](https://github.com/cb372/cats-retry): composable retry logic for Cats and Cats Effect * [droste](https://github.com/andyscott/droste): recursion schemes for Cats * [dsl-domains-cats](https://github.com/ThoughtWorksInc/dsl-domains-cats): The `!`-notation for creating Cats monadic expressions @@ -195,9 +194,11 @@ By sharing the same set of type classes, instances and data types provided by Ca * [monadic-html](https://github.com/OlivierBlanvillain/monadic-html): Tiny DOM binding library for Scala.js * [Monix](https://github.com/monix/monix): high-performance library for composing asynchronous and event-based programs * [morphling](https://github.com/danslapman/morphling): free applicative schemas & instance derivation + * [natchez](https://github.com/tpolecat/natchez): an opentracing library, to use with Jaegger, Honeycomb, OpenCensus, and Lightstep. * [phony](https://github.com/alirezameskin/phony): Fake data generator * [pureconfig](https://github.com/pureconfig/pureconfig): A boilerplate-free library for loading configuration files * [rainier](https://github.com/stripe/rainier): Bayesian inference in Scala + * [redis4cats](https://github.com/profunktor/redis4cats): a Redis client library. * [scala-forex](https://github.com/snowplow/scala-forex): exchange rate lookups * [scala-maxmind-ip-lookups](https://github.com/snowplow/scala-maxmind-iplookups): IP geolocation through [the Maxmind database](https://www.maxmind.com/en/home) * [scala-referer-parser](https://github.com/snowplow-referer-parser/scala-referer-parser): referer parsing @@ -206,6 +207,7 @@ By sharing the same set of type classes, instances and data types provided by Ca * [scanamo](https://github.com/guardian/scanamo): simpler DynamoDB access for Scala * [seals](https://github.com/durban/seals): tools for schema evolution and language-integrated schemata * [sup](https://github.com/kubukoz/sup): Composable, purely functional healthchecks in Scala + * [skunk](https://github.com/tpolecat/skunk): a data access library for Scala + Postgres. * [tsec](https://github.com/jmcardon/tsec/): Typesafe, functional, general purpose cryptography and security library * [coulomb-cats](https://github.com/erikerlandson/coulomb/tree/develop/coulomb-cats): cats typeclass instances for coulomb Quantity