From 5f30a80a0057010eda96a2f5006236602bb4c915 Mon Sep 17 00:00:00 2001 From: jiro Date: Sat, 13 Apr 2019 21:53:49 +0900 Subject: [PATCH] Add package gameoflife (#1057) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index fa14117..f31764b 100644 --- a/packages.json +++ b/packages.json @@ -13096,5 +13096,17 @@ "description": "A library for scientific computations in pure Nim", "license": "Apache License 2.0", "web": "https://github.com/ruivieira/nim-science" + }, + { + "name": "gameoflife", + "url": "https://github.com/jiro4989/gameoflife", + "method": "git", + "tags": [ + "gameoflife", + "library" + ], + "description": "gameoflife is library for Game of Life.", + "license": "MIT", + "web": "https://github.com/jiro4989/gameoflife" } ]