mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-07 00:23:10 +00:00
add resolver and toposort (#2405)
This commit is contained in:
parent
145fb41203
commit
269630c90b
@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user