analytic-trigonometry/lakefile.lean

15 lines
303 B
Text
Raw Normal View History

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