summaryrefslogtreecommitdiff
path: root/tests/lean/misc-loops/lakefile.lean
blob: 097c0a7d6570a018601f0b40884dcf4d558534c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import Lake
open Lake DSL

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

package «loops» {}

lean_lib «Base» {}

@[default_target]
lean_lib «Loops» {}