dwango / fialyzer

[WIP] Faster Implementation of Dialyzer

Home Page:https://dwango.github.io/fialyzer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fialyzer

CircleCI

Faster Implementation of Dialyzer

How to Use

Using Docker

docker run --rm -v $(pwd):/home/opam/fialyzer yoshihiro503/fialyzer --plt <plt_file> <beam_files>

Commandline Options

Option Description
--plt <plt_file> Use the specified plt as the initial plt (optional)
--debug Print debug logs (optional)
--help Display this list of options

How to Build (for developers)

Prerequisite

  • ocaml-4.07.0 or higher
  • opam-2.0.0 or higher
  • GMP
  • Perl
  • odoc (optional, for make odoc)
  • Erlang/OTP (optional, for make test)
  • Docker (optional, for make pdf)

Build

# If you prefer to use per-package environment, do:
$ opam switch create fialyzer ocaml-base-compiler.4.07.1
$ eval $(opam env)

# Clone repo:
$ git clone git@github.com:dwango/fialyzer.git
$ cd fialyzer

# Install dependencies:
$ opam pin add -y fialyzer .

# Build package:
$ make

About

[WIP] Faster Implementation of Dialyzer

https://dwango.github.io/fialyzer/

License:Apache License 2.0


Languages

Language:OCaml 94.0%Language:Erlang 3.1%Language:Standard ML 2.1%Language:Makefile 0.4%Language:Shell 0.4%