From 1a478ed1acd7e95e9aee795db944bfba44751f1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=E3=81=AA=E4=BA=BA=EF=BC=88N=20na=20hito=EF=BC=89?= Date: Wed, 24 Jun 2020 01:39:13 +0900 Subject: [PATCH] Add package nim_searches (#1531) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 285f5c0..a78436e 100644 --- a/packages.json +++ b/packages.json @@ -18428,5 +18428,16 @@ "description": "The International Standard for country codes and codes for their subdivisions on Nim (ISO-3166)", "license": "MIT", "web": "https://github.com/KingDarBoja/Iridium" + }, + { + "name": "nim_searches", + "url": "https://github.com/nnahito/nim_searched", + "method": "git", + "tags": [ + "search" + ], + "description": "search algorithms", + "license": "MIT", + "web": "https://github.com/nnahito/nim_searched" } ]