opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
homepage: "http://cristal.inria.fr/~fpottier/alphaCaml/"
build: make
remove: [["ocamlfind" "remove" "alphaLib"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
]
install: [make "install" "PREFIX=%{prefix}%"]
synopsis:
  "Turns a so-called \"binding specification\" into an OCaml compilation unit"
description: """
Cαml (pronounced: "alphaCaml") is a tool that turns a so-called
"binding specification" into an OCaml compilation unit. This helps
writers of interpreters, compilers, or other
programs-that-manipulate-programs deal with α-conversion in a safe and
concise style."""
flags: light-uninstall
extra-files: ["alphaCaml.install" "md5=7adafc06c5a3cf909d38c23cc0703a32"]
url {
  src:
    "http://cristal.inria.fr/~fpottier/alphaCaml/alphaCaml-20061214.tar.gz"
  checksum: "md5=e2111da76d54a8d086a906b52d71953b"
}
