From 9329370c27c2156d68454fb5edb2ecfd0c19d151 Mon Sep 17 00:00:00 2001 From: "P. Oscar Boykin" Date: Sat, 5 May 2018 17:01:33 -1000 Subject: [PATCH] Add fastparse-cats to the list of projects --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 97f0ea92bd..c2e7d8bb50 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ By sharing the same set of type classes, instances and data types provided by Ca * [Ciris](https://github.com/vlovgr/ciris): Lightweight, extensible, and validated configuration loading in Scala * [decline](https://github.com/bkirwi/decline): A composable command-line parser * [doobie](https://github.com/tpolecat/doobie): a pure functional JDBC layer for Scala + * [fastparse-cats](https://github.com/johnynek/fastparse-cats): cats Monad and Alternative instances for [fastparse](https://github.com/lihaoyi/fastparse) * [Fetch](https://github.com/47deg/fetch): efficient data access to heterogeneous data sources * [finch](https://github.com/finagle/finch): Scala combinator library for building Finagle HTTP services * [Frameless](https://github.com/typelevel/frameless): Expressive types for Spark