mirror of
https://github.com/GTBarkley/comm_alg.git
synced 2024-12-25 23:28:36 -06:00
14 lines
275 B
Text
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
|
|
}
|