Skip to content

Commit 9ba2946

Browse files
authored
Updates to projects.yml
1 parent a71af7d commit 9ba2946

1 file changed

Lines changed: 8 additions & 12 deletions

File tree

_data/projects.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,10 @@
125125
github: "https://github.com/typelevel/keypool"
126126
- title: "kind-projector"
127127
description: "Plugin for nicer type-lambda syntax"
128-
github: "https://github.com/non/kind-projector"
128+
github: "https://github.com/typelevel/kind-projector"
129129
- title: "Kittens"
130130
description: "Automatic type class derivation"
131-
github: "https://github.com/milessabin/kittens"
132-
affiliate: true
131+
github: "https://github.com/typelevel/kittens"
133132
- title: "Libra"
134133
description: "Compile time dimensional analysis for any problem domain"
135134
github: "https://github.com/to-ithaca/libra"
@@ -145,8 +144,8 @@
145144
affiliate: true
146145
- title: "Monocle"
147146
category: "Lenses for Scala"
148-
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."
149-
github: "https://github.com/julien-truffaut/Monocle"
147+
description: "Optics library offering a simple yet powerful API to access and transform immutable data"
148+
github: "https://github.com/optics-dev/Monocle"
150149
affiliate: true
151150
- title: "Mouse"
152151
description: "Enrichments to standard library classes to ease functional programming"
@@ -174,7 +173,7 @@
174173
- title: "ScalaCheck"
175174
category: "Property checking"
176175
description: "ScalaCheck is a library for automated property-based testing. It contains generators for randomized test data and combinators for properties."
177-
github: "https://github.com/rickynils/scalacheck"
176+
github: "https://github.com/typelevel/scalacheck"
178177
permalink: "http://scalacheck.org/"
179178
- title: "scalacheck-shapeless"
180179
description: "Automatic derivation for ScalaCheck"
@@ -205,8 +204,7 @@
205204
core: true
206205
- title: "simulacrum"
207206
description: "First-class syntax for type classes"
208-
github: "https://github.com/mpilquist/simulacrum"
209-
affiliate: true
207+
github: "https://github.com/typelevel/simulacrum"
210208
- title: "Simulacrum Scalafix"
211209
description: "Simulacrum as Scalafix rules"
212210
github: "https://github.com/typelevel/simulacrum-scalafix"
@@ -227,13 +225,11 @@
227225
- title: "spire"
228226
category: "Numeric abstractions"
229227
description: "Spire is a numeric library for Scala which is intended to be generic, fast, and precise. Using features such as specialization, macros, type classes, and implicits, Spire works hard to defy conventional wisdom around performance and precision trade-offs."
230-
github: "https://github.com/non/spire"
231-
affiliate: true
228+
github: "https://github.com/typelevel/spire"
232229
core: true
233230
- title: "Squants"
234231
description: "The Scala API for Quantities, Units of Measure and Dimensional Analysis"
235-
github: "https://github.com/garyKeorkunian/squants"
236-
affiliate: true
232+
github: "https://github.com/typelevel/squants"
237233
- title: "TwoTails"
238234
description: "A compiler plugin adding support for mutual tail recursion"
239235
github: "https://github.com/wheaties/TwoTails"

0 commit comments

Comments
 (0)