From a602d04ddfc48c45ec42198524c550395042b98d Mon Sep 17 00:00:00 2001 From: "Diego E. Alonso Blas" Date: Sat, 22 Aug 2020 14:14:05 +0100 Subject: [PATCH] A few updates to the lists of projects. - Add `fs2` as a cats companion. - Case Classy is no longer maintained and archived. - Tut is deprecated in favour of ScalaCenter's MDoc. - Catalyst has been archived. - Move `mouse` from incubator to cats companion. - Add `cats-time` as a companion to cats. - Add `cats-collections` as a companion to cats. --- _data/incubator.yml | 6 ------ _projects/catalysts.md | 7 ------- _projects/cats.md | 12 ++++++++++++ _projects/tut.md | 7 ------- 4 files changed, 12 insertions(+), 20 deletions(-) delete mode 100644 _projects/catalysts.md delete mode 100644 _projects/tut.md diff --git a/_data/incubator.yml b/_data/incubator.yml index 7000f5b1..1d61acde 100644 --- a/_data/incubator.yml +++ b/_data/incubator.yml @@ -1,9 +1,6 @@ - title: "banana-rdf" description: "RDF, SPARQL and Linked Data technologies" github: "https://github.com/banana-rdf/banana-rdf" -- title: "Case Classy" - description: "Data decoding and validation to make configuration easy" - github: "https://github.com/47deg/case-classy" - title: "case-insensitive" description: "A case-insensitive string for Scala" github: "https://github.com/typelevel/case-insensitive" @@ -46,9 +43,6 @@ - title: "Libra" description: "Compile time dimensional analysis for any problem domain" github: "https://github.com/to-ithaca/libra" -- title: "Mouse" - description: "Small companion library to cats providing enrichments to std lib classes to ease functional programming and/or ease source compatibility with scalaz" - github: "https://github.com/typelevel/mouse" - title: "OutWatch" description: "A functional and reactive UI framework for more predictable code" github: "https://github.com/OutWatch/outwatch" diff --git a/_projects/catalysts.md b/_projects/catalysts.md deleted file mode 100644 index 714fa2c3..00000000 --- a/_projects/catalysts.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: post -title: "catalysts" -category: "Project building blocks" -description: "A small library of building blocks to help build platform independent Scala projects with SBT." -github: "https://github.com/typelevel/catalysts" ---- diff --git a/_projects/cats.md b/_projects/cats.md index ec63e9d3..d75d2cba 100644 --- a/_projects/cats.md +++ b/_projects/cats.md @@ -11,16 +11,28 @@ extensions: - title: Cats-Effect description: "The IO Monad for Scala, plus type classes for general effect types." link: "https://typelevel.org/cats-effect/" + - title: "FS2" + description: "Functional Streams for Scala, with implementations for compression, disk I/O, and TCP" + link: "https://typelevel.org/fs2/" - title: "Cats MTL" description: "Monad transformers made easy" link: "https://typelevel.org/cats-mtl/" + - title: "Cats Collections" + description: "Data structures that facilitate pure functional programming with cats" + link: "https://github.com/typelevel/cats-collections" - title: "Cats Tagless" description: "A library of utilities for tagless final algebras" link: "https://typelevel.org/cats-tagless/" - title: "Alleycats" description: "Lawless classes & illegal instances" link: "https://github.com/typelevel/cats" + - title: "Mouse" + description: "Enrichments to standard library classes to ease functional programming" + link: "https://github.com/typelevel/mouse" - title: "Kittens" description: "Automatic type class derivation" link: "https://github.com/milessabin/kittens" + - title: "Cats-Time" + description: "Instances for Cats Typeclasses for Java 8 Time" + link: "https://github.com/ChristopherDavenport/cats-time" --- diff --git a/_projects/tut.md b/_projects/tut.md deleted file mode 100644 index 06431a24..00000000 --- a/_projects/tut.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: post -title: "tut" -category: "Checked documentation" -description: "A very simple documentation tool for Scala that reads Markdown files and interprets Scala code in tut sheds, allowing you to write documentation that is typechecked and run as part of your build." -github: "https://github.com/tpolecat/tut" ----