The staging-curl
component provides curl
or curl.exe
on all
DKML installable platforms, including Windows.
This is a component that can be used with dkml-install-api to generate installers.
%{staging-curl:share-abi}%/bin/curl
On Windows curl 7.81.0 or later will be available. Use this
curl
rather than Windows' C:\Windows\System32\curl.exe
since the latter is
only pre-installed in Windows 10 Build 17063 and later.
On Unix and macOS the curl
is a symlink to whichever curl
is found on
the PATH.