Nethermind.GmpBindings
2.0.0
dotnet add package Nethermind.GmpBindings --version 2.0.0
NuGet\Install-Package Nethermind.GmpBindings -Version 2.0.0
<PackageReference Include="Nethermind.GmpBindings" Version="2.0.0" />
<PackageVersion Include="Nethermind.GmpBindings" Version="2.0.0" />
<PackageReference Include="Nethermind.GmpBindings" />
paket add Nethermind.GmpBindings --version 2.0.0
#r "nuget: Nethermind.GmpBindings, 2.0.0"
#:package Nethermind.GmpBindings@2.0.0
#addin nuget:?package=Nethermind.GmpBindings&version=2.0.0
#tool nuget:?package=Nethermind.GmpBindings&version=2.0.0
GMP bindings
C# bindings for the GNU Multiple Precision (GMP) arithmetic library.
Notes
Not all GMP functions are currently bound, only a subset of integer functions. If you need a specific function, please open an issue.
The binaries are built from an unofficial GMP repository mirror, as the official repository is inaccessible from GitHub.
License
This project is licensed under the MIT license.
The package also ships prebuilt GMP binaries, used under the LGPL-3.0 option of GMP's dual LGPL-3.0/GPL-2.0 license. Those binaries are linked dynamically and link no dependencies of their own. See THIRD-PARTY-NOTICES for the third-party license texts.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Nethermind.GmpBindings:
| Repository | Stars |
|---|---|
|
NethermindEth/nethermind
A robust, high-performance execution client for Ethereum node operators.
|