Skip to content

Commit 7ce202f

Browse files
authored
Merge pull request #289 from diesalbla/updates
A few updates to the lists of projects.
2 parents eeea89f + a602d04 commit 7ce202f

File tree

4 files changed

+12
-20
lines changed

4 files changed

+12
-20
lines changed

_data/incubator.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
- title: "banana-rdf"
22
description: "RDF, SPARQL and Linked Data technologies"
33
github: "https://github.com/banana-rdf/banana-rdf"
4-
- title: "Case Classy"
5-
description: "Data decoding and validation to make configuration easy"
6-
github: "https://github.com/47deg/case-classy"
74
- title: "case-insensitive"
85
description: "A case-insensitive string for Scala"
96
github: "https://github.com/typelevel/case-insensitive"
@@ -46,9 +43,6 @@
4643
- title: "Libra"
4744
description: "Compile time dimensional analysis for any problem domain"
4845
github: "https://github.com/to-ithaca/libra"
49-
- title: "Mouse"
50-
description: "Small companion library to cats providing enrichments to std lib classes to ease functional programming and/or ease source compatibility with scalaz"
51-
github: "https://github.com/typelevel/mouse"
5246
- title: "OutWatch"
5347
description: "A functional and reactive UI framework for more predictable code"
5448
github: "https://github.com/OutWatch/outwatch"

_projects/catalysts.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

_projects/cats.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,28 @@ extensions:
1111
- title: Cats-Effect
1212
description: "The IO Monad for Scala, plus type classes for general effect types."
1313
link: "https://typelevel.org/cats-effect/"
14+
- title: "FS2"
15+
description: "Functional Streams for Scala, with implementations for compression, disk I/O, and TCP"
16+
link: "https://typelevel.org/fs2/"
1417
- title: "Cats MTL"
1518
description: "Monad transformers made easy"
1619
link: "https://typelevel.org/cats-mtl/"
20+
- title: "Cats Collections"
21+
description: "Data structures that facilitate pure functional programming with cats"
22+
link: "https://github.com/typelevel/cats-collections"
1723
- title: "Cats Tagless"
1824
description: "A library of utilities for tagless final algebras"
1925
link: "https://typelevel.org/cats-tagless/"
2026
- title: "Alleycats"
2127
description: "Lawless classes & illegal instances"
2228
link: "https://github.com/typelevel/cats"
29+
- title: "Mouse"
30+
description: "Enrichments to standard library classes to ease functional programming"
31+
link: "https://github.com/typelevel/mouse"
2332
- title: "Kittens"
2433
description: "Automatic type class derivation"
2534
link: "https://github.com/milessabin/kittens"
35+
- title: "Cats-Time"
36+
description: "Instances for Cats Typeclasses for Java 8 Time"
37+
link: "https://github.com/ChristopherDavenport/cats-time"
2638
---

_projects/tut.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)