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
3745
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%
fdc20800ca
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
Soonho Kong
fdc20800ca
chore(emacs/lean-server): clean up debugging message
2014-09-03 10:12:17 -07:00
bin
feat(bin/linja): return exitcode from ninja and lean
2014-09-02 09:55:34 -07:00
doc
doc(doc/server): update server documentation
2014-09-03 09:37:10 -07:00
images
chore(*): add logo
2014-04-29 16:21:17 -07:00
library
fix(library): remove unnecessary [fact] modifier
2014-09-02 16:06:55 -07:00
script
fix(script/demangle_cpptype): process line-by-line, instead of waiting for EOF
2013-09-29 18:36:01 -07:00
src
chore(emacs/lean-server): clean up debugging message
2014-09-03 10:12:17 -07:00
tests
fix(tests/lean/interactive/in4): adjust test
2014-09-03 01:35:46 -07:00
.gitignore
chore(.gitignore): ignore .ilean files
2014-08-14 18:05:48 -07:00
.travis.osx.yml
chore(.travis.osx.yml): use homebrew gcc-4.8.3
2014-07-18 09:40:21 -04:00
.travis.windows.yml
chore(travis): use lean-build@googlegroups
2014-05-02 17:21:54 -04:00
.travis.yml
chore(.travis.yml): add 'travis_wait' to doxygen build
2014-06-02 22:37:27 -04:00
LICENSE
Add LICENSE file
2013-07-15 18:55:48 -07:00
README.md
refactor(library): set up and document standard/classical/hott imports
2014-08-25 22:57:55 -07:00
README.md
License
Ubuntu
OS X
Windows
Coverage
Builds/Tests
Static Analysis
About
Design
To Do list
Authors
Tutorial
Library
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.9
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