mirror of
https://github.com/matrix-org/matrix.org.git
synced 2026-01-16 23:13:50 +00:00
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>
This commit is contained in:
parent
2d4bcd90f1
commit
f3c8e75d50
1 changed files with 12 additions and 0 deletions
|
|
@ -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!
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue