summaryrefslogtreecommitdiff
path: root/tests/lean/misc/loops/lakefile.lean
blob: 0d20ba1fcf00ea45cc82394112c45ca66f985c27 (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 «loops» {
  -- add package configuration options here
}

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

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