diff options
| author | Wolfgang Schuster <wolfadex@gmail.com> | 2018-10-31 15:10:41 -0600 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-10-31 21:10:41 +0000 |
| commit | 17d35624b83ddd620402b264bcec10ea9f53f860 (patch) | |
| tree | 1f663275f557e4511e825976b755360c60ede99b | |
| parent | 50675d3c049b758edc92438f44305e3d4662f116 (diff) | |
| download | packages-17d35624b83ddd620402b264bcec10ea9f53f860.tar.gz packages-17d35624b83ddd620402b264bcec10ea9f53f860.zip | |
Add package arksys (#913)
* Added package arksys
* Update packages.json
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
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" } ] |
