From dd46869eda7e83c224e0ad99141db8bafcb0c2fd Mon Sep 17 00:00:00 2001 From: Andrew Valencik Date: Sun, 7 Jan 2024 21:28:05 -0500 Subject: [PATCH] Add twiddles as org project Adding Twiddles as an org projects as per https://github.com/typelevel/governance/issues/106 --- _data/projects.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_data/projects.yml b/_data/projects.yml index e1537c6e..aae7d9d5 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -352,6 +352,10 @@ github: "https://github.com/typelevel/squants" affiliate: true platforms: [js, jvm, native] +- title: "Twiddles" + description: "Micro-library for building effectful protocols" + github: "https://github.com/typelevel/twiddles" + platforms: [js, jvm, native] - title: "TwoTails" description: "A compiler plugin adding support for mutual tail recursion" github: "https://github.com/wheaties/TwoTails"