diff --git a/packages.json b/packages.json index 5b3666a..162111a 100644 --- a/packages.json +++ b/packages.json @@ -26969,5 +26969,25 @@ "description": "A light wrapper over xkbcommon", "license": "MIT", "web": "https://github.com/j-james/nim-xkbcommon" + }, + { + "name": "grAlg", + "url": "https://github.com/c-blake/gralg", + "method": "git", + "tags": [ + "graph", + "digraph", + "dag", + "algorithm", + "dfs", + "bfs", + "dijkstra", + "topological sort", + "shortest paths", + "transitive closure" + ], + "description": "Classical Graph Algos in Nim", + "license": "MIT/ISC", + "web": "https://github.com/c-blake/gralg" } ]