summary refs log tree commit diff
path: root/lakefile.toml
diff options
context:
space:
mode:
authorMalte Voos <git@mal.tc>2025-04-11 01:11:46 +0200
committerMalte Voos <git@mal.tc>2025-04-15 21:41:46 +0200
commit52fc07062e41d9b9c00edf7e48187bd4058cdb93 (patch)
treeafb0d5e0dd6c753689685a0e5e9096c133205dd9 /lakefile.toml
downloadlean-brooks-52fc07062e41d9b9c00edf7e48187bd4058cdb93.tar.gz
lean-brooks-52fc07062e41d9b9c00edf7e48187bd4058cdb93.zip
init main
Diffstat (limited to 'lakefile.toml')
-rw-r--r--lakefile.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/lakefile.toml b/lakefile.toml
new file mode 100644
index 0000000..137e7f4
--- /dev/null
+++ b/lakefile.toml
@@ -0,0 +1,10 @@
+name = "brooks"
+defaultTargets = ["Brooks"]
+
+[[lean_lib]]
+name = "Brooks"
+
+[[require]]
+name = "mathlib"
+scope = "leanprover-community"
+rev = "v4.18.0"