Current section
Files
Jump to
Current section
Files
gleam.toml
name = "yog"
version = "1.2.1"
description = "Graph algorithm library: Dijkstra, A*, Bellman-Ford, BFS/DFS, MST, topological sort, SCC. Grid builder for 2D pathfinding. O(1) transpose. Mermaid/DOT visualization."
licences = ["Apache-2.0"]
repository = { type = "github", user = "code-shoily", repo = "yog" }
# Package metadata for better discoverability
links = [
{ title = "Repository", href = "https://github.com/code-shoily/yog" },
{ title = "Documentation", href = "https://hexdocs.pm/yog" },
]
[dependencies]
gleam_json = "~> 3.0"
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"