From 17d35624b83ddd620402b264bcec10ea9f53f860 Mon Sep 17 00:00:00 2001 From: Wolfgang Schuster Date: Wed, 31 Oct 2018 15:10:41 -0600 Subject: [PATCH] Add package arksys (#913) * Added package arksys * Update packages.json --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index d13769c..0be1cd9 100644 --- a/packages.json +++ b/packages.json @@ -11273,5 +11273,17 @@ "description": "Monitor the state and memory of processes and URL response.", "license": "MIT", "web": "https://github.com/ThomasTJdev/nim_sermon" + }, + { + "name": "arksys", + "url": "https://github.com/wolfadex/arksys", + "method": "git", + "tags": [ + "ECS", + "library" + ], + "description": "An entity component system package", + "license": "MIT", + "web": "https://github.com/wolfadex/arksys" } ]