Zulip Chat Archive
Stream: new members
Topic: any documentation on how to set up a package and use it
Xiyu Zhai (Dec 07 2024 at 18:49):
In https://lean-lang.org/lean4/doc/organization.html, I couldn't find the guide on how to create a package, import it in another project. Is there any place I can learn more systematically about Lean's package management?
Xiyu Zhai (Dec 07 2024 at 18:50):
I believe lack of documentation is one critical source of llm's inabilities to correctly answer questions about Lean4.
Xiyu Zhai (Dec 07 2024 at 18:58):
It seems that we have lakefile.toml which is very similar to Cargo.toml except that one has to use [[require]] instead of [[dependency]]?
Last updated: May 02 2025 at 03:31 UTC