arjunguha / ocaml-z3

16 stars 11 forks source link

ocaml-z3

An OCaml interface to the Z3 SMT solver

Local build steps

This package depends on the oasis build system being installed on your machine.

From the project's root directory:

  ./configure
  make build
  make install

Installation with OPAM