Zulip Chat Archive
Stream: lean4
Topic: one click install of maths project
Kevin Buzzard (May 22 2023 at 05:19):
If I have a Lean 4 repo which depends on mathlib, is there a Lean 4 version of leanproject get my_name/my_repo
which just downloads it from github and gets you a fully compiled Lean and mathlib and all the other shenannigans? I'm not asking for cached oleans for my own project files, just for mathlib and below.
Scott Morrison (Jun 02 2023 at 05:29):
@Kevin Buzzard, downstream repositories can run lake exe cache get
, to retrieve mathlib oleans.
Last updated: Dec 20 2023 at 11:08 UTC