I'd like to configure my OCaml OPAM builds to run multiple worker processes in parallel. There's actually a ticket on the OPAM github for this
https://github.com/OCamlPro/opam/issues/310
which says I just need to write an ocp-build.conf file. Unfortunately, I have been completely unsuccessful in finding any documentation on the syntax of this config file. I have S'edTFW and would be delighted to RTFM if only I could find it.
Does anyone happen to know how to configure ocp-build for multiple worker processes?