From 968a571e558446ff8859b27d9829b75f33a46779 Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Fri, 2 Feb 2018 22:34:34 -0800 Subject: [PATCH] Added package simple_graph --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 548f619..2a59999 100644 --- a/packages.json +++ b/packages.json @@ -8090,5 +8090,16 @@ "description": "Nim - Python bridge", "license": "MIT", "web": "https://github.com/yglukhov/nimpy" + }, + { + "name": "simple_graph", + "url": "github:erhlee-bird/simple_graph", + "method": "git", + "tags": [ + "nim-lang" + ], + "description": "Simple Graph Library", + "license": "MIT", + "web": "github:erhlee-bird/simple_graph" } ]