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