Releases: diskuv/dkml-workflows-monorepo-example
Releases · diskuv/dkml-workflows-monorepo-example
1.0
v0.0
The program is called your_example
. It is a toy program that finds a file named README.md
in the current directory or one of its ancestors.
These are files generated with the "Opam Monorepo" build flow. Unlike the "Opam Regular" build flow, the monorepo build flow can cross-compile and build a darwin_arm64
binary.
Windows
Windows binaries require that you ask your end-users to install vc_redist.x64.exe
(or vc_redist.x86.exe
if Windows 32-bit) before using your windows_x86_64
(or windows_x86
) binary. To be technical only newly installed Windows PCs will need vc_redist.*.exe
because almost every other Windows program will auto-install it for your end-user! So an alternative is to tell your end-users to run vc_redist.*.exe
only when they get: