diff options
| author | Eric Lee <erhlee.bird@gmail.com> | 2018-02-02 22:34:34 -0800 |
|---|---|---|
| committer | Eric Lee <erhlee.bird@gmail.com> | 2018-02-02 22:34:34 -0800 |
| commit | 968a571e558446ff8859b27d9829b75f33a46779 (patch) | |
| tree | c0da258b576f201f5fbc7e273f4b586e0dcb8e85 | |
| parent | 676f90e93959c1dadd35defeb8f681b67a75de11 (diff) | |
| download | packages-968a571e558446ff8859b27d9829b75f33a46779.tar.gz packages-968a571e558446ff8859b27d9829b75f33a46779.zip | |
Added package simple_graph
| -rw-r--r-- | packages.json | 11 |
1 files changed, 11 insertions, 0 deletions
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" } ] |
