add resolver and toposort (#2405)

This commit is contained in:
ryukoposting 2022-11-19 00:30:09 -06:00 committed by GitHub
parent 145fb41203
commit 269630c90b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]