Math.Gmp.Native/NuGet/Math.Gmp.Native.nuspec

42 lines
3.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Math.Gmp.Native.NET</id>
<version>2.0.0-pre14</version>
<title>GMP Native Interface for .NET</title>
<authors>Robert Baron (Machine Cognitis)</authors>
<owners>Robert Baron (Machine Cognitis)</owners>
<licenseUrl>https://github.com/MachineCognitis/Math.Gmp.Native/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/MachineCognitis/Math.Gmp.Native/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The GMP Native Interface for .NET Library exposes to .NET (through P-Invoke and .NET types) all of the functionality of the GNU MP Library (version 6.1.2). It automatically loads at runtime the 32-bit or 64-bit GNU MP library that matches the current CPU architecture, thus allowing building Visual Studio Projects for AnyCPU, x86, or x64. It is based on the GNU MP "fat" build which automatically detects the current CPU type, and selects any available assembly language code optimization for that CPU, thus providing optimal performance.
Documentation with sample usage is given at the Project URL. GNU MP is at https://gmplib.org/.
Supported Platform: .NET Framework 4.0+</description>
<summary>GMP Native Interface for .NET</summary>
<releaseNotes>Updated release for GNU MP v6.1.2. Improved and fixed some of the documentation. Exposed types and members needed by the "parent" project Math.Mpfr.Native (https://github.com/MachineCognitis/Math.Mpfr.Native).</releaseNotes>
<copyright>Copyright (c) 2017 Robert Baron, Machine Cognitis</copyright>
<tags>GNU MP GMP multi-precision arithmetic integer float rational bigint biginteger bigfloat bignum</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.0" />
</frameworkAssemblies>
<references>
<reference file="Math.Gmp.Native.dll" />
</references>
<dependencies>
<dependency id="Baseclass.Contrib.Nuget.Output" version="2.4.1" />
</dependencies>
</metadata>
<files>
<file src="..\Math.Gmp.Native\bin\Release\Math.Gmp.Native.dll" target="lib\net40\Math.Gmp.Native.dll" />
<file src="..\Math.Gmp.Native\bin\Release\Math.Gmp.Native.pdb" target="lib\net40\Math.Gmp.Native.pdb" />
<file src="..\Math.Gmp.Native\bin\Release\Math.Gmp.Native.xml" target="lib\net40\Math.Gmp.Native.xml" />
<file src="..\Math.Gmp.Native\bin\Release\x86\GMP_COPYING" target="output\x86\GMP_COPYING" />
<file src="..\Math.Gmp.Native\bin\Release\x86\GMP_README" target="output\x86\GMP_README" />
<file src="..\Math.Gmp.Native\bin\Release\x86\libgmp-10.dll" target="output\x86\libgmp-10.dll" />
<file src="..\Math.Gmp.Native\bin\Release\x64\GMP_COPYING" target="output\x64\GMP_COPYING" />
<file src="..\Math.Gmp.Native\bin\Release\x64\GMP_README" target="output\x64\GMP_README" />
<file src="..\Math.Gmp.Native\bin\Release\x64\libgmp-10.dll" target="output\x64\libgmp-10.dll" />
</files>
</package>