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" } ]