esy-issues icon indicating copy to clipboard operation
esy-issues copied to clipboard

Publish m4 and use it instead conf-m4 for opam packages

Open andreypopp opened this issue 7 years ago • 1 comments

opam package conf-m4 checks if m4 is available on a system. Instead we can package m4 and use it instead.

https://github.com/esy-ocaml/m4

The problem is that m4 build time is around ~90s~ 53s on my mbp.

andreypopp avatar May 17 '17 08:05 andreypopp

Hmm. You could lazily build it if it's not available perhaps.

jordwalke avatar May 17 '17 22:05 jordwalke