install.md
March 20, 2020 ยท View on GitHub
Installation via Opam
The version of lambdapi that is directly available through Opam (with the
command opam install lambdapi) is currently outdated. We will only publish
a new version of lambdapi Opam package when the development has reached a
more stable test. For now, we advise you to pin the development repository to
get the latest bug fixes.
opam pin add lambdapi https://github.com/Deducteam/lambdapi.git
The installation of lambdapi gives you:
- a main executable named
lambdapiin yourPATH, - an OCaml library called
lambdapi.core(system internals), - an OCaml library called
lambdapi.pure(pure interface), - an OCaml library called
lambdapi.lsp(LSP server), - a
lambdapimode forVim(optional), - a
lambdapimode foremacs(optional).