Skip to content

stangls/analyzer

 
 

Repository files navigation

Stories in Ready Build status gitter

goblint

Setup

Install opam [Quick Install], then do

opam install ocamlfind camomile batteries cil xml-light

to install the latest versions of the dependencies for the current user. After that you can build goblint:

git clone https://github.com/goblint/analyzer.git
cd analyzer
make

If something goes wrong, take a look at travis-ci.sh for an example setup or try the versions listed in INSTALL.

Alternatively you can use your system's package manager to install the dependencies globally or use install_script.sh to build everything from source without affecting any existing OCaml installation.

A ready-to-use virtual machine can be started using Vagrant:

vagrant up
vagrant ssh
sudo su -
cd analyzer

In order to setup the web frontend do

git submodule update --init --recursive
cd webapp

Then follow the instructions in its README.

About

A fork of the goblint static analysis framework with an interface to external information.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.libs

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 74.8%
  • C 22.4%
  • Ruby 1.6%
  • Shell 0.9%
  • Python 0.1%
  • C++ 0.1%
  • Graphviz (DOT) 0.1%