barras / ocaml-bindlib

Efficient binder representation in OCaml

Home Page:https://rlepigre.github.io/ocaml-bindlib/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

### Description ###

Bindlib is a library allowing the manipulation of data structures
with bound variables. It is particularly useful when writing ASTs
for programming languages, but also for manipulating terms of the
λ-calculus or quantified formulas.

### Dependencies ###

List of dependencies:
 - OCaml
 - Findlib (build)
 - OCamlbuild (build)
 - GNU Make (build)

### Installation ###

 > make
 > make install

### Other things ###

To generate the documentation (ocamldoc):
 > make doc

To build the examples:
 > make examples

About

Efficient binder representation in OCaml

https://rlepigre.github.io/ocaml-bindlib/

License:GNU Lesser General Public License v3.0


Languages

Language:OCaml 76.6%Language:TeX 22.5%Language:Makefile 0.9%