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,7 +21862,7 @@
"description": "MTProto client written in Nim", "description": "MTProto client written in Nim",
"license": "MIT", "license": "MIT",
"web": "https://github.com/nimgram/nimgram" "web": "https://github.com/nimgram/nimgram"
} , },
{ {
"name": "json2xml", "name": "json2xml",
"url": "https://github.com/MhedhebiIssam/json2xml", "url": "https://github.com/MhedhebiIssam/json2xml",
@ -21871,13 +21871,28 @@
"json2xml", "json2xml",
"json", "json",
"xml", "xml",
"XmlNode" , "XmlNode",
"JsonNode" "JsonNode"
], ],
"description": "Convert json to xml : JsonNode( comapatible with module json ) To XmlNode (comapatible with module xmltree)", "description": "Convert json to xml : JsonNode( comapatible with module json ) To XmlNode (comapatible with module xmltree)",
"license": "MIT", "license": "MIT",
"web": "https://github.com/MhedhebiIssam/json2xml" "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", "name": "zws",
"url": "https://github.com/zws-im/cli", "url": "https://github.com/zws-im/cli",