Add CoAP and IKEA Home Smart packages (#2251)

This commit is contained in:
PMunch 2022-06-09 16:15:40 +02:00 committed by GitHub
parent 38508d237d
commit 6eb0af0e68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1948,6 +1948,34 @@
"license": "MIT",
"web": "https://github.com/PMunch/ratel"
},
{
"name": "coap",
"url": "https://github.com/PMunch/libcoap",
"method": "git",
"tags": [
"library",
"coap",
"wrapper",
"futhark"
],
"description": "libcoap C library wrapped in Nim with full async integration",
"license": "MIT",
"web": "https://github.com/PMunch/libcoap"
},
{
"name": "ikeahomesmart",
"url": "https://github.com/PMunch/ikeahomesmart",
"method": "git",
"tags": [
"library",
"ikea",
"homesmart",
"coap"
],
"description": "IKEA Home Smart library to monitor and control lights through the IKEA Gateway",
"license": "MIT",
"web": "https://github.com/PMunch/ikeahomesmart"
},
{
"name": "sdl2_nim",
"url": "https://github.com/Vladar4/sdl2_nim",