This website requires JavaScript.
Explore
Help
Sign in
michael
/
lean2
Watch
1
Star
0
Fork
You've already forked lean2
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
Mirror of
https://github.com/leanprover/lean2
in case it ever disappears
2026
commits
3
branches
0
tags
28
MiB
C++
47.8%
Lean
41.8%
JetBrains MPS
5.4%
Emacs Lisp
2.1%
C
1%
Other
1.7%
640ebcc040
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Leonardo de Moura
640ebcc040
test(tests/lean/exp): add example for Steve
...
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-02-03 11:35:40 -08:00
doc
doc(doc/todo): update TODO list
2014-02-02 19:19:49 -08:00
examples
/lean
refactor(builtin/heq): merge cast and heq modules
2014-02-02 15:01:48 -08:00
script
fix(script/demangle_cpptype): process line-by-line, instead of waiting for EOF
2013-09-29 18:36:01 -07:00
src
refactor(builtin/heq): merge cast and heq modules
2014-02-02 15:01:48 -08:00
tests
test(tests/lean/exp): add example for Steve
2014-02-03 11:35:40 -08:00
.gitignore
chore(.gitignore): ignore .md.lean files
2013-12-27 16:50:06 -08:00
.travis.osx.yml
chore(travis): fix typo
2013-12-26 02:38:16 -05:00
.travis.windows.yml
chore(travis): fix typo
2013-12-26 02:38:16 -05:00
.travis.yml
chore(travis): fix another typo
2013-12-26 02:57:13 -05:00
LICENSE
Add LICENSE file
2013-07-15 18:55:48 -07:00
README.md
doc(README): add link to tutorial in the main page
2014-02-02 19:14:02 -08:00
README.md
Ubuntu
OS X
Windows
Coverage
Builds / UnitTests / Dynamic Analyses
http://build.leanprover.net
About
Design
To Do list
Authors
Tutorial
Requirements
C++11 compatible compiler:
g++
(version >= 4.8.1), or
clang++
(version >= 3.3)
CMake
GMP (GNU multiprecision library)
MPFR (GNU MPFR Library)
Lua 5.2 or 5.1
, or
LuaJIT 2.0
(optional)
gperftools
(optional)
Boost
(version >= 1.54), we can build Lean using boost::thread instead of std::thread. When using Boost, Lean can modify the thread stack size.
Installing required packages at
Ubuntu 12.04
Ubuntu 12.04 (detailed)
Fedora 19
OS X 10.8
Cygwin
Build Instructions
CMake + Make
CMake + Ninja
Faster builds with ccache
Miscellaneous
Testing and Code Coverage
Building Doxygen Documentation:
doxygen src/Doxyfile
Coding style
Git Commit Convention
Automatic builds