From 2917068ef1ce7c20fb77f98594994e8059ba49f7 Mon Sep 17 00:00:00 2001 From: Daniele Date: Fri, 12 Mar 2021 11:31:21 +0100 Subject: [PATCH] Add package nimgram (#1838) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 3dca89f..2c59df5 100644 --- a/packages.json +++ b/packages.json @@ -21836,5 +21836,19 @@ "description": "An advanced parsing library for mathematical expressions and equations", "license": "Apache 2.0", "web": "https://github.com/nocturn9x/nimkalc" + }, + { + "name": "nimgram", + "url": "https://github.com/nimgram/nimgram", + "method": "git", + "tags": [ + "mtproto", + "telegram", + "telegram-api", + "async" + ], + "description": "MTProto client written in Nim", + "license": "MIT", + "web": "https://github.com/nimgram/nimgram" } ]