summaryrefslogtreecommitdiff
path: root/backends/lean/lakefile.lean
diff options
context:
space:
mode:
authorSon Ho2023-03-08 19:04:33 +0100
committerSon HO2023-06-04 21:44:33 +0200
commit0b86c9a2b0fcf3a30717d4abf94efad011a7c692 (patch)
tree169234109d1ac47aa5357d7117088764a42fc956 /backends/lean/lakefile.lean
parentaba4e5983972557e1e695abc3d5dee4774d74940 (diff)
Add backends/lean/lakefile.lean
Diffstat (limited to '')
-rw-r--r--backends/lean/lakefile.lean10
1 files changed, 10 insertions, 0 deletions
diff --git a/backends/lean/lakefile.lean b/backends/lean/lakefile.lean
new file mode 100644
index 00000000..9633e1e8
--- /dev/null
+++ b/backends/lean/lakefile.lean
@@ -0,0 +1,10 @@
+import Lake
+open Lake DSL
+
+require mathlib from git
+ "https://github.com/leanprover-community/mathlib4.git"
+
+package «base» {}
+
+@[default_target]
+lean_lib «Primitives» {}