You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rubin-lean4/lakefile.lean

15 lines
270 B

import Lake
open Lake DSL
package «rubin» {
-- add any package configuration options here
}
require mathlib from git
"https://github.com/leanprover-community/mathlib4.git"
@[default_target]
lean_lib «Rubin» {
-- add any library configuration options here
}