From 2b1515e4c8e77cf03989385e1c3c49e65dc4e925 Mon Sep 17 00:00:00 2001 From: Leon Lysak Date: Wed, 30 Sep 2020 14:07:49 -0400 Subject: [PATCH] Added package Neel (#1650) --- packages.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages.json b/packages.json index f94036e..349507d 100644 --- a/packages.json +++ b/packages.json @@ -19645,5 +19645,24 @@ "description": "Declarative packets system for serializing/deserializing and marshalling", "license": "MIT", "web": "https://github.com/Q-Master/packets.nim" + }, + { + "name": "Neel", + "url": "https://github.com/Niminem/Neel", + "method": "git", + "tags": [ + "gui", + "nim", + "desktop-app", + "electron", + "electron-app", + "desktop-application", + "nim-language", + "nim-lang", + "gui-application" + ], + "description": "A Nim library for making lightweight Electron-like HTML/JS GUI apps, with full access to Nim capabilities.", + "license": "MIT", + "web": "https://github.com/Niminem/Neel" } ]