summaryrefslogtreecommitdiff
path: root/tests/lean/misc/external/lakefile.lean
blob: b883f4b93ec92fd3172e3569156bb6e04f5d2041 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import Lake
open Lake DSL

require mathlib from git
  "https://github.com/leanprover-community/mathlib4.git"

package «external» {
  -- add package configuration options here
}

lean_lib «Base» {
  -- add library configuration options here
}

lean_lib «External» {
  -- add library configuration options here
}