Compatibility library to use Stdlib.Bigarray when possible
Description
Bigarray-compat is an OCaml library that exposes `Stdlib.Bigarray` when
possible (OCaml >= 4.07) but can fallback to `Bigarray`. The compability
bigarray module is exposed under `Bigarray_compat`.