Kinetic_Theory_of_Gases_Lean/lakefile.toml

16 lines
319 B
TOML
Raw Permalink Normal View History

2025-04-02 04:06:06 +05:30
name = "Kinetic_Theory_of_Gases_Lean"
version = "0.1.0"
keywords = ["math"]
defaultTargets = ["KineticTheoryOfGasesLean"]
[leanOptions]
pp.unicode.fun = true # pretty-prints `fun a ↦ b`
autoImplicit = false
[[require]]
name = "mathlib"
scope = "leanprover-community"
[[lean_lib]]
name = "KineticTheoryOfGasesLean"