Update: Add Matrix Nim SDK (#3065)
Some checks failed
Linters / Spell Check with Typos (push) Has been cancelled
Linters / Lint Markdown with rumdl (push) Has been cancelled
Build site / Build the site (push) Has been cancelled

* 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>
This commit is contained in:
Jack S. 2025-12-09 13:50:37 +00:00 committed by GitHub
parent 2d4bcd90f1
commit f3c8e75d50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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!
"""