opam-version: "2.0"
maintainer: "Christophe Raffalli <raffalli@univ-savoie.fr>"
bug-reports:  "http://lama.univ-savoie.fr/mantis/view_all_bug_page.php?project_id=3"
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/49/49f7dcb45ebe49765dc850db7b842e32"
  checksum: "md5=49f7dcb45ebe49765dc850db7b842e32"
}
