Skip to content

Commit f3c8e75

Browse files
Update: Add Matrix Nim SDK (#3065)
* Add Matrix Nim SDK Signed-off-by: Jack S. <[email protected]> * Add "bridge" purpose to Matrix Nim SDK Signed-off-by: Jack S. <[email protected]> --------- Signed-off-by: Jack S. <[email protected]>
1 parent 2d4bcd9 commit f3c8e75

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

content/ecosystem/sdks/sdks.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,3 +686,15 @@ repository = "https://github.com/etkecc/go-msc1929"
686686
description = """
687687
Golang client for MSC1929 (/.well-known/matrix/support)
688688
"""
689+
690+
[[sdks]]
691+
name = "Matrix Nim SDK"
692+
maintainer = "dylhack"
693+
maturity = "Obsolete"
694+
language = "Nim"
695+
licence = "GPL-3.0"
696+
repository = "https://github.com/dylhack/matrix-nim-sdk"
697+
purpose = ["client", "bot", "bridge"]
698+
description = """
699+
A Matrix library for the client-server and appservice API's written in Nim!
700+
"""

0 commit comments

Comments
 (0)