ghilesZ / apronext

few extension for the ocaml interface of the apron library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apronext

This package provides an extension for the OCaml interface of the apron library. It is meant to make its use easier, efficiency is not the purpose. It provides several utilities, such as higher order functions over the different earray types, plus a large set of constructors meant to make your life easier.

Documentation

you can build it locally by doing make doc or consult the online documentation

build

  • the library : make
  • the documentation locally : make doc

About

few extension for the ocaml interface of the apron library

License:Apache License 2.0


Languages

Language:OCaml 99.6%Language:Makefile 0.4%