nevanlinna/lakefile.lean

15 lines
280 B
Plaintext
Raw Normal View History

2024-04-23 09:18:45 +02:00
import Lake
open Lake DSL
package «nevanlinna» {
-- add any package configuration options here
}
require mathlib from git
"https://github.com/leanprover-community/mathlib4.git"
@[default_target]
lean_lib «Nevanlinna» {
-- add any library configuration options here
}