Lean 4 fork for HoTT-compatible kernel extensions (Path types, transport, HITs). Maintained against upstream leanprover/lean4.
* feat: Add nativeSharedLibs option Use LD_PRELOAD with staticLibDeps Add a verbose flag when debug is true Use shared libs instead feat: Add recursive nativeSharedLibs Repair printPaths Remove -v flag from lean call feat: Use new load-dynlib option Remove LD_PRELOAD fix: Add allNativeSharedLibs to allLinkFlags Trying to fix native linking feat: Automatic link flags of nativeSharedLibs fix: Add gmp to sharedLib buildInputs * fix: Wrap executable files in a linker group This is a bit slower but ensures that cycles or bad ordering of the static lib dependencies is resolved. * Convert allExternalDeps to a list Breaking change if you depend on allExternalDeps being a attrset |
||
|---|---|---|
| .github | ||
| .vscode | ||
| doc | ||
| images | ||
| lean4-mode | ||
| nix | ||
| script | ||
| src | ||
| stage0 | ||
| tests | ||
| tmp | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| CMakeLists.txt | ||
| CONTRIBUTING.md | ||
| default.nix | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| LICENSES | ||
| README.md | ||
| shell.nix | ||
This is the repository for Lean 4, which is currently being released as milestone releases towards a first stable release. Lean 3 is still the latest stable release.
About
Installation
See Setting Up Lean.
Contributing
Please read our Contribution Guidelines first.
Building from Source
See Building Lean.