libant4c 2020.9.0
See the version list below for details.
dotnet add package libant4c --version 2020.9.0
NuGet\Install-Package libant4c -Version 2020.9.0
<PackageReference Include="libant4c" Version="2020.9.0" />
<PackageVersion Include="libant4c" Version="2020.9.0" />
<PackageReference Include="libant4c" />
paket add libant4c --version 2020.9.0
#r "nuget: libant4c, 2020.9.0"
#addin nuget:?package=libant4c&version=2020.9.0
#tool nuget:?package=libant4c&version=2020.9.0
libant4c is C cross-platform library. Developed as part of the Ant4C program.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
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 | 592 | 8/3/2021 |
2020.9.0 | 563 | 10/18/2020 |
2020.5.0 | 521 | 10/17/2020 |
2020.4.0 | 441 | 10/16/2020 |
2019.10.21 | 465 | 10/15/2020 |
Introduced support of modules.
Functions from the path unit allowed to operate with empty paths.
Function 'combine' can be used for normalizing path.
Increased list of symbols to trim from string at 'string::trim' function.
Replaced script hash functions with hash length at the names with
'blake2b', 'blake3', 'keccak' and 'sha3'.
Added support of 'blake3' and 'keccak' algorithms at the script
function 'file::get-checksum'.
Added argument for configure algorithm - byte order, hash length,
to the 'file::get-checksum' function.
Added possibility to use external events listener.
Added 'loadtasks' task.
Added 'path::glob' function.
Allowed to call executable from the directory that was set
at the PATH environment variable.