Packages
A graph library. Including path finding.
Current section
Files
Jump to
Current section
Files
aonyx_graph
gleam.toml
gleam.toml
name = "aonyx_graph"
version = "2.0.0"
gleam = ">= 1.16.0"
description = "A graph library. Including path finding."
licences = ["MIT"]
repository = { type = "github", user = "aonyxrocks", repo = "aonyx_graph" }
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"