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

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

package «base» {}

@[default_target]
lean_lib «Primitives» {}