package mopsa

  1. Overview
  2. No Docs
MOPSA: A Modular and Open Platform for Static Analysis using Abstract Interpretation

Install

dune-project
 Dependency

Authors

Maintainers

Sources

mopsa-analyzer-v1.0.tar.gz
md5=9f673f79708b44a7effb3b6bb3618d2c
sha512=cb91cb428e43a22f1abbcb8219710d0c10a5b3756d0da392d4084b3b3a6157350776c596983e63def344f617d39964e91f244f60c07958695ee5c8c809a9f0f4

Description

MOPSA is a generic framework for building sound static analyzers based on Abstract Interpretation. It features a modular architecture to support different kinds of languages, iterators, and abstract domains. For the moment, MOPSA can analyze programs written in a subset of C and Python. It reports run-time errors on C programs and uncaught exceptions on Python programs.

Published: 21 Jul 2024

Dependencies (8)

  1. zarith >= "1.10"
  2. yojson >= "1.6.0"
  3. mlgmpidl
  4. menhir >= "20180528"
  5. apron >= "v0.9.15"
  6. ocamlfind
  7. dune >= "3.7"
  8. ocaml >= "4.12.0"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts (2)

  1. ocaml-compiler = "5.3.0~alpha1"
  2. ocaml-variants = "4.12.0+domains+effects" | = "5.1.1+effect-syntax"