From f3c8e75d50861d08576b677a0b54f8ed5cba4aca Mon Sep 17 00:00:00 2001 From: "Jack S." <181536874+awtj8o81ryywg793@users.noreply.github.com> Date: Tue, 9 Dec 2025 13:50:37 +0000 Subject: [PATCH] Update: Add Matrix Nim SDK (#3065) * Add Matrix Nim SDK Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com> * Add "bridge" purpose to Matrix Nim SDK Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com> --------- Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com> --- content/ecosystem/sdks/sdks.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/ecosystem/sdks/sdks.toml b/content/ecosystem/sdks/sdks.toml index e2891d098..e8d4ac624 100644 --- a/content/ecosystem/sdks/sdks.toml +++ b/content/ecosystem/sdks/sdks.toml @@ -686,3 +686,15 @@ repository = "https://github.com/etkecc/go-msc1929" description = """ Golang client for MSC1929 (/.well-known/matrix/support) """ + +[[sdks]] +name = "Matrix Nim SDK" +maintainer = "dylhack" +maturity = "Obsolete" +language = "Nim" +licence = "GPL-3.0" +repository = "https://github.com/dylhack/matrix-nim-sdk" +purpose = ["client", "bot", "bridge"] +description = """ +A Matrix library for the client-server and appservice API's written in Nim! +"""