View Source mix fennec.precompile (fennec_precompile v0.1.1)
Download and use precompiled NIFs safely with checksums.
Fennec Precompile is a tool for library maintainers that use :elixir_make
and wish to ship precompiled binaries. This tool aims to be a drop-in
replacement for :elixir_make
.
It helps by removing the need to have the C/C++ compiler and other dependencies installed in the user's machine.
Check the Precompilation Guide for details.