We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2087e10 commit 6b972ffCopy full SHA for 6b972ff
content/ecosystem/sdks/sdks.toml
@@ -686,3 +686,15 @@ repository = "https://github.com/etkecc/go-msc1929"
686
description = """
687
Golang client for MSC1929 (/.well-known/matrix/support)
688
"""
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"]
698
+description = """
699
+A Matrix library for the client-server and appservice API's written in Nim!
700
+"""
0 commit comments