comm_alg/lakefile.lean

15 lines
275 B
Plaintext
Raw Permalink Normal View History

2023-06-09 18:35:49 -05:00
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
}