summaryrefslogtreecommitdiff
path: root/backends/lean/lakefile.lean
blob: 21a4a33259deb85779febb21205b51538cd9e0f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
import Lake
open Lake DSL

-- Important: mathlib imports std4 and quote4: we mustn't add a `require std4` line
require mathlib from git
  "https://github.com/leanprover-community/mathlib4.git"

package «base» {}

@[default_target]
lean_lib «Base» {}