From 6a9466883524fc342639e7a83e0bd279b2d6c963 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Mon, 26 Nov 2018 17:57:00 +0100 Subject: [PATCH] Added package genode (#942) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 7b24d9f..8b1535b 100644 --- a/packages.json +++ b/packages.json @@ -11651,6 +11651,18 @@ "license": "MIT", "web": "https://github.com/ehmry/nim-haraka" }, + { + "name": "genode", + "url": "https://github.com/ehmry/nim-genode", + "method": "git", + "tags": [ + "genode", + "system" + ], + "description": "System libraries for the Genode Operating System Framework", + "license": "AGPLv3", + "web": "https://github.com/ehmry/nim-genode" + }, { "name": "moe", "url": "https://github.com/fox0430/moe",