Added package nesper (#1842)

This commit is contained in:
Jaremy Creechley 2021-03-16 00:56:45 -07:00 committed by GitHub
parent 001790fcff
commit c14f681e93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21862,8 +21862,8 @@
"description": "MTProto client written in Nim",
"license": "MIT",
"web": "https://github.com/nimgram/nimgram"
} ,
{
},
{
"name": "json2xml",
"url": "https://github.com/MhedhebiIssam/json2xml",
"method": "git",
@ -21871,13 +21871,28 @@
"json2xml",
"json",
"xml",
"XmlNode" ,
"XmlNode",
"JsonNode"
],
"description": "Convert json to xml : JsonNode( comapatible with module json ) To XmlNode (comapatible with module xmltree)",
"license": "MIT",
"web": "https://github.com/MhedhebiIssam/json2xml"
},
{
"name": "nesper",
"url": "https://github.com/elcritch/nesper",
"method": "git",
"tags": [
"esp32",
"esp-idf",
"mcu",
"microcontroller",
"embedded"
],
"description": "Nim wrappers for ESP-IDF (ESP32)",
"license": "Apache-2.0",
"web": "https://github.com/elcritch/nesper"
},
{
"name": "zws",
"url": "https://github.com/zws-im/cli",