From 519bda4f03daba03e151ddc016f14d0d2e9783ff Mon Sep 17 00:00:00 2001 From: kraptor <7249728+kraptor@users.noreply.github.com> Date: Mon, 12 Jul 2021 08:46:19 +0200 Subject: [PATCH] Add package isocodes (#1968) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 372019e..9e0e842 100644 --- a/packages.json +++ b/packages.json @@ -23300,6 +23300,23 @@ "license": "MIT", "web": "https://github.com/schneiderfelipe/unrolled" }, + { + "name": "isocodes", + "url": "https://github.com/kraptor/isocodes", + "method": "git", + "tags": [ + "iso", + "countries", + "country", + "3166", + "3166-1", + "3166-2", + "3166-3" + ], + "description": "ISO codes for Nim that allows to embed its data within the executable (or load it automatically at runtime).", + "license": "MIT", + "web": "https://github.com/kraptor/isocodes" + }, { "name": "macroplus", "url": "https://github.com/hamidb80/macroplus",