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