package calli

  1. Overview
  2. Docs
CaLLi : OCaml Library for Static Analysis of LLVM bitcode

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.1.tar.gz
md5=a8a2a047d4abec1277375276ee601432
sha512=c7d56afaed8aa6d6ca19aa515340fcbd7dccfd3308628030c5e53a3ed2a17e0c44c9f7496778a15b5dbc807c14db068f388585bca89f2c3f5cf433909fc942fa

doc/README.html

CaLLi

CaLLi is a OCaml Analysis Library for LLVM IR

Requirements

  • OCaml, version 4.13.1 or later.

Installation

  1. Using OPAM
  opam install calli
  1. Building from source
  dune build
  opam install .

Usage

Read our Getting Started page for details.

License

CaLLi is MIT-licensed.