#!/usr/bin/env bash
# OCaml ranlib wrapper - expands CONDA_OCAML_RANLIB environment variable
exec ${CONDA_OCAML_RANLIB:-ranlib} "$@"
