15 lines
280 B
Plaintext
15 lines
280 B
Plaintext
|
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
|
||
|
}
|