mirror of
https://github.com/GTBarkley/comm_alg.git
synced 2024-12-26 07:38:36 -06:00
15 lines
275 B
Text
15 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
|
||
|
}
|