From 839c2f0f02788825455f46516d988c9fdb8cf6a7 Mon Sep 17 00:00:00 2001 From: Son Ho Date: Tue, 7 Mar 2023 12:31:46 +0100 Subject: Generate all the lakefile.lean files --- tests/lean/misc/loops/lakefile.lean | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/lean/misc/loops/lakefile.lean (limited to 'tests/lean/misc/loops') diff --git a/tests/lean/misc/loops/lakefile.lean b/tests/lean/misc/loops/lakefile.lean new file mode 100644 index 00000000..0d20ba1f --- /dev/null +++ b/tests/lean/misc/loops/lakefile.lean @@ -0,0 +1,18 @@ +import Lake +open Lake DSL + +require mathlib from git + "https://github.com/leanprover-community/mathlib4.git" + +package «loops» { + -- add package configuration options here +} + +lean_lib «Base» { + -- add library configuration options here +} + +lean_lib «Loops» { + -- add library configuration options here +} + -- cgit v1.2.3