opam-version: "2.0" maintainer: "Christophe Raffalli " bug-reports: "mailto:raffalli@univ-savoie.fr" authors: [ "Christophe Raffalli " "Rodolphe Lepigre " ] homepage: "http://lama.univ-savoie.fr/~raffalli/bindlib" license: "LGPL-3.0-only" 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://github.com/ocaml/opam-source-archives/raw/main/bindlib-4.0.tar.gz" checksum: [ "sha256=7d25215240783596eb93cb5b41f026b1d61a5f5c47f87d39e9b47bb58bc7ab9a" "md5=ce1ca69a76ba5ecf1735a64ab1c175c9" ] }