aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjiro <jiroron666@gmail.com>2019-04-13 21:53:49 +0900
committerMiran <narimiran@disroot.org>2019-04-13 14:53:49 +0200
commit5f30a80a0057010eda96a2f5006236602bb4c915 (patch)
tree4dc65486d5b04244dd2266ae7fb2e6c5c06c5577
parentb92b3fee62af12ad7426b8bf804de7bab7399c0e (diff)
downloadpackages-5f30a80a0057010eda96a2f5006236602bb4c915.tar.gz
packages-5f30a80a0057010eda96a2f5006236602bb4c915.zip
Add package gameoflife (#1057)
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
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"
}
]