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.2.tar.gz" checksum: [ "sha256=21d0d0601a11d42c0afbb7405183e8214430be66e3fd67867e3c1f572a5b70f3" "md5=6b37b02a6d1c7e5bb51ba96adbf84afc" ] }