38 lines
744 B
Modula-2
38 lines
744 B
Modula-2
name = "Suquster/moonbit-pathfinding"
|
|
|
|
version = "0.2.0"
|
|
|
|
readme = "README.md"
|
|
|
|
repository = "https://github.com/Suquster/moonbit-pathfinding"
|
|
|
|
license = "Apache-2.0"
|
|
|
|
keywords = [
|
|
"pathfinding",
|
|
"graph",
|
|
"algorithms",
|
|
"dijkstra",
|
|
"astar",
|
|
"bfs",
|
|
"jps",
|
|
"runtime-contracts",
|
|
"executable-docs",
|
|
"osc-2026",
|
|
]
|
|
|
|
description = "A MoonBit pathfinding and graph algorithms library with executable documentation, runtime-checked proof predicates, and multi-backend verification gates. Built for OSC 2026."
|
|
|
|
options(
|
|
homepage: "https://github.com/Suquster/moonbit-pathfinding#readme",
|
|
exclude: [
|
|
"cache/**",
|
|
"benches/**",
|
|
"playground/**",
|
|
"docs/**",
|
|
"bench_rust/**",
|
|
"assets/**",
|
|
"_build/**",
|
|
],
|
|
)
|