From cda1bb43b251e980738a023f5fab2e0063f81084 Mon Sep 17 00:00:00 2001 From: Toshiki Ohnogi Date: Sat, 21 Sep 2019 19:46:30 +0900 Subject: [PATCH] Added package nimga (#1173) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index c146cf6..7e01a1c 100644 --- a/packages.json +++ b/packages.json @@ -14379,5 +14379,17 @@ "description": "Amazon Web Services (AWS) APIs", "license": "MIT", "web": "https://github.com/disruptek/atoz" + }, + { + "name": "nimga", + "url": "https://github.com/toshikiohnogi/nimga", + "method": "git", + "tags": [ + "GeneticAlgorithm", + "nimga" + ], + "description": "Genetic Algorithm Library for Nim.", + "license": "MIT", + "web": "https://github.com/toshikiohnogi/nimga" } ]