Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #3574

Merged
merged 2 commits into from
Aug 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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