From 9ff4c3e16767858968b877ea333c8e2dcb7de8dd Mon Sep 17 00:00:00 2001 From: Ephiiz <36703779+Ephiiz@users.noreply.github.com> Date: Thu, 28 Feb 2019 08:44:33 -0500 Subject: [PATCH] Added package simple_vector (#1020) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index c83fc39..4827850 100644 --- a/packages.json +++ b/packages.json @@ -12754,5 +12754,17 @@ "description": "Nim ORM.", "license": "MIT", "web": "https://github.com/moigagoo/norm" + }, + { + "name": "simple_vector", + "url": "https://github.com/Ephiiz/simple_vector", + "method": "git", + "tags": [ + "vector", + "simple_vector" + ], + "description": "Simple vector library for nim-lang.", + "license": "GNU Lesser General Public License v2.1", + "web": "https://github.com/Ephiiz/simple_vector" } ]