Skip to content

Commit

Permalink
Update README.md (#3574)
Browse files Browse the repository at this point in the history
* Update README.md

- Remove `cats-par`, deprecated.
- Add recent libraries like skunk and `redis4cats`.

* Also mention Natchez.
  • Loading branch information
diesalbla authored Aug 20, 2020
1 parent 1e38457 commit 021c88e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 021c88e

Please sign in to comment.