libant4c 2020.9.202107

dotnet add package libant4c --version 2020.9.202107
NuGet\Install-Package libant4c -Version 2020.9.202107
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="libant4c" Version="2020.9.202107" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add libant4c --version 2020.9.202107
#r "nuget: libant4c, 2020.9.202107"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install libant4c as a Cake Addin
#addin nuget:?package=libant4c&version=2020.9.202107

// Install libant4c as a Cake Tool
#tool nuget:?package=libant4c&version=2020.9.202107

libant4c is C cross-platform library. Developed as part of the Ant4C program.

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2020.9.202107 455 8/3/2021
2020.9.0 512 10/18/2020
2020.5.0 449 10/17/2020
2020.4.0 376 10/16/2020
2019.10.21 396 10/15/2020

Increased stack that used at BLAKE3 algorithm to allow calculate
hashes of inputs with huge (more than 32 KB) length.
At implementation of 'SHA3/Keccak' algorithm do not loading whole
range of data while calculating hash sum of first one.
Clang: added workaround code that prevents optimization that cause
distortion of the function that calculate 'Keccak' and 'SHA3' sums.
Previous releases for FreeBSD and OpenBSD systems,
that was build by Clang compiler, calculate that sums incorrect.
Added 'operating-system::is-windows-server' and
'platform::is-windows-server' functions.
Added new line after target name while print project help for
target that do not have 'description'.
Added calculation of hash sums according to 'xxh32' and 'xxh64'
algorithms.
Fixed encoding to the UTF16BE and UTF16LE symbols that transforming
into surrogate pairs.
Fixed issue at the 'path_get_full_path' function,
added possibility to deal with paths that contains '..':
'C:\a..a\', '/tmp/a..a' for example.
Function 'platform::get-name()' now return name of platform
not the name of operation system.
Function 'version_exec_function' from version unit allow to work with
empty arguments - they will be interpreted as zero versions.
Fixed issue with using non exists property as argument - name of this
property was used, that actually wrong.
Instead program now stop interpret script in that case.
Allowed to build at Apple macOS environment.
Added 'platform::is-macos' function.
WIN32: fixed using at 'echo' task for scenario when output stream
redirected to the file by capability of operation system -
for example: 'ant4c.exe > 1.txt'.