lean4-htt/tests/pkg/ver_clash/DiamondExample-B/lakefile.toml
Sebastian Ullrich 1f80b3ffbe
feat: module system is no longer experimental (#11637)
This PR declares the module system as no longer experimental and makes
the `experimental.module` option a no-op, to be removed.
2025-12-12 21:20:26 +00:00

10 lines
180 B
TOML

name = "DiamondExample-B"
defaultTargets = ["DiamondExampleB"]
[[require]]
name = "DiamondExample-A"
git = "../DiamondExample-A"
rev = "v1"
[[lean_lib]]
name = "DiamondExampleB"