From 269630c90b2d4a7991473cf252fb3a4db8297d80 Mon Sep 17 00:00:00 2001 From: ryukoposting <44929006+ryukoposting@users.noreply.github.com> Date: Sat, 19 Nov 2022 00:30:09 -0600 Subject: [PATCH] add resolver and toposort (#2405) --- packages.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/packages.json b/packages.json index 27ddba2..c2f87d1 100644 --- a/packages.json +++ b/packages.json @@ -27847,5 +27847,37 @@ "description": "A simple implementation of the classic snake game", "license": "LGPLv3", "web": "https://codeberg.org/annaaurora/snekim" + }, + { + "name": "toposort", + "url": "https://github.com/ryukoposting/toposort", + "method": "git", + "tags": [ + "toposort", + "topological", + "kahn", + "graph", + "dependency", + "dependencies" + ], + "description": "Efficient topological sort using Kahn's algorithm", + "license": "BSD 3-Clause", + "web": "https://github.com/ryukoposting/toposort" + }, + { + "name": "resolver", + "url": "https://github.com/ryukoposting/resolver", + "method": "git", + "tags": [ + "resolver", + "dependency", + "dependencies", + "semver", + "version", + "version control" + ], + "description": "Semver parser and dependency management tools", + "license": "BSD 3-Clause", + "web": "https://github.com/ryukoposting/resolver" } ]