diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-02-03 23:36:04 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-03 23:36:04 +0000 |
| commit | cb900624b33415afa4accf4c460c7c6c5da92d7c (patch) | |
| tree | df3c5a76ae755662a03998f352f87cd88b2158a7 | |
| parent | 676f90e93959c1dadd35defeb8f681b67a75de11 (diff) | |
| parent | ef7e414e83d86ab337db05c4fb38c30df3939ffe (diff) | |
| download | packages-cb900624b33415afa4accf4c460c7c6c5da92d7c.tar.gz packages-cb900624b33415afa4accf4c460c7c6c5da92d7c.zip | |
Merge pull request #650 from erhlee-bird/add-simple_graph0634
Add package simple_graph
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 548f619..b07f8e3 100644 --- a/packages.json +++ b/packages.json @@ -8090,5 +8090,17 @@ "description": "Nim - Python bridge", "license": "MIT", "web": "https://github.com/yglukhov/nimpy" + }, + { + "name": "simple_graph", + "url": "https://github.com/erhlee-bird/simple_graph", + "method": "git", + "tags": [ + "datastructures", + "library" + ], + "description": "Simple Graph Library", + "license": "MIT", + "web": "https://github.com/erhlee-bird/simple_graph" } ] |
