Skip to content

Commit 0b01ce1

Browse files
authored
Merge pull request #417 from typelevel/clean-jan24
Clean up unused fields in the projects data
2 parents b88797b + 0694c8e commit 0b01ce1

File tree

16 files changed

+0
-55
lines changed

16 files changed

+0
-55
lines changed

collections/_projects/cats.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,8 @@
11
---
2-
layout: post
32
title: "Cats"
43
category: "Functional Programming"
54
description: "A library intended to provide abstractions for functional programming in Scala, leveraging its unique features. Design goals are approachability, modularity, documentation and efficiency."
65
permalink: "https://typelevel.org/cats/"
76
github: "https://github.com/typelevel/cats"
8-
97
core: true
10-
extensions:
11-
- title: Cats-Effect
12-
description: "The IO Monad for Scala, plus type classes for general effect types."
13-
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/"
17-
- title: "Cats MTL"
18-
description: "Monad transformers made easy"
19-
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"
23-
- title: "Cats Tagless"
24-
description: "A library of utilities for tagless final algebras"
25-
link: "https://typelevel.org/cats-tagless/"
26-
- title: "Alleycats"
27-
description: "Lawless classes & illegal instances"
28-
link: "https://github.com/typelevel/cats"
29-
- title: "Mouse"
30-
description: "Enrichments to standard library classes to ease functional programming"
31-
link: "https://typelevel.org/mouse/"
32-
- title: "Kittens"
33-
description: "Automatic type class derivation"
34-
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"
388
---

collections/_projects/decline.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: post
32
title: "decline"
43
category: "Command-line parsing"
54
description: "A composable command-line parser for Scala."

collections/_projects/discipline.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: post
32
title: "discipline"
43
category: "Flexible law checking"
54
description: "Originally intended for internal use in spire, this library helps libraries declaring type classes to precisely state the laws which instances need to satisfy, and takes care of not checking derived laws multiple times."

collections/_projects/doobie.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: post
32
title: "doobie"
43
category: "Principled database access"
54
description: "A pure functional JDBC layer for Scala. It is not an ORM, nor is it a relational algebra; it just provides a principled way to construct programs (and higher-level libraries) that use JDBC."

collections/_projects/eff.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: post
32
title: "eff"
43
category: "effects"
54
description: "Extensible effects are an alternative to monad transformers for computing with effects in a functional way. This library is based on the “free-er” monad and an “open union” of effects described by Oleg Kiselyov in “Freer monads, more extensible effects”"

collections/_projects/fabric.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: post
32
title: "fabric"
43
category: "JSON Library"
54
description: "Object-Notation Abstraction for JSON, binary, HOCON, etc."

collections/_projects/frameless.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: post
32
title: "Frameless"
43
category: "Typeful Spark"
54
description: "Frameless is a library for working with Spark using more expressive types."

collections/_projects/fs2.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: post
32
title: "fs2"
43
category: "Stream Processing"
54
description: "FS2 is a library for purely functional, effectful, and polymorphic stream processing library in the Scala programming language. Its design goals are compositionality, expressiveness, resource safety, and speed. The name is a modified acronym for Functional Streams for Scala (FSS, or FS2)."

collections/_projects/monix.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: post
32
title: "Monix"
43
category: "Asynchronous, Reactive Programming"
54
description: "High-performance library for composing asynchronous, event-based programs, exposing a Reactive Streams implementation along with primitives for dealing with concurrency and side-effects."

collections/_projects/monocle.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: post
32
title: "Monocle"
43
category: "Lenses for Scala"
54
description: "Strongly inspired by Haskell's lens library, Monocle is an Optics library where Optics gather the concepts of Lens, Traversal, Optional, Prism and Iso."

0 commit comments

Comments
 (0)