Packages

Topologically sort lists of any type.

Current section

Files

Jump to
topological src topological.app.src
Raw

src/topological.app.src

{application, topological, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib]},
{description, "Topologically sort lists of any type."},
{modules, [topological,
topological@@main]},
{registered, []}
]}.