comm_alg/lakefile.lean
2023-06-09 23:35:49 +00:00

14 lines
275 B
Text

import Lake
open Lake DSL
package «comm_alg» {
-- add any package configuration options here
}
require mathlib from git
"https://github.com/leanprover-community/mathlib4.git"
@[default_target]
lean_lib «CommAlg» {
-- add any library configuration options here
}