Hello,
Is it easy to ship OCaml software to end users using docker or the like?
I wonder if it is not a better solution than creating self-extracting archives
using opam-bundle.
Especially, I wonder if it would not be faster for end users.
Since installing an opam-bundle is time consuming and not
totally fail-safe (for example because of system dependencies
that need to be installed, but may fail to do so).
Thanks for any feedback on this,
F.