opam-version: "2.0"
maintainer: "Christophe Raffalli <raffalli@univ-savoie.fr>"
bug-reports:  "mailto:raffalli@univ-savoie.fr"
authors:
  [ "Christophe Raffalli <raffalli@univ-savoie.fr>"
    "Rodolphe Lepigre <rodolphe.lepigre@univ-savoie.fr>" ]
homepage: "http://lama.univ-savoie.fr/~raffalli/bindlib"
license: "LGPL-3.0"
dev-repo: "darcs+https://lama.univ-savoie.fr/~raffalli/bindlib/repos"
build: [make]
install: [make "install"]
remove: ["ocamlfind" "remove" "bindlib"]
depends: [
  "ocaml"
  "ocamlfind" {build}
]
synopsis: "OCaml Bindlib library for bound variables"
description: """
Bindlib is a library for the Objective-Caml language providing
reasonable tools to write programs manipulating data structures with
bound variables (like lambda-calculus or quantified formulae). It is
quite efficient and easy to use.

Authors
	* Christophe Raffalli
	* Rodolphe Lepigre"""
flags: light-uninstall
url {
  src: "https://opam.ocaml.org/cache/md5/ce/ce1ca69a76ba5ecf1735a64ab1c175c9"
  checksum: "md5=ce1ca69a76ba5ecf1735a64ab1c175c9"
}
