This PR declares the module system as no longer experimental and makes the `experimental.module` option a no-op, to be removed.
15 lines
262 B
TOML
15 lines
262 B
TOML
name = "DiamondExample-D"
|
|
defaultTargets = ["DiamondExampleD"]
|
|
|
|
[[require]]
|
|
name = "DiamondExample-B"
|
|
git = "../DiamondExample-B"
|
|
rev = "master"
|
|
|
|
[[require]]
|
|
name = "DiamondExample-C"
|
|
git = "../DiamondExample-C"
|
|
rev = "v2"
|
|
|
|
[[lean_lib]]
|
|
name = "DiamondExampleD"
|