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

28 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Gmp.Native.NET</id>
<version>1.1</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/Gmp.Native.NET/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/MachineCognitis/Gmp.Native.NET/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This package contains the C.math.NET library that implements several C Standard mathematical functions that are missing from the .NET framework. Functions include among others: frexp, ilogb, ldexp, logb, scalbn, copysign, nextafter, isunordered, and fpclassify. Both double and single precision functions are implemented. All functions are static and their names follow the C Standard.
All functions have been thoroughly tested using a large set of unit tests that cover all limit cases to guarantee that all functions behave as specified by the C standard.
Supported Platform: .NET Framework 2.0+</description>
<summary>C math (in .NET)</summary>
<releaseNotes>Initial release.</releaseNotes>
<copyright>Copyright (c) 2016 Robert Baron, Machine Cognitis</copyright>
<tags>fpclassify isfinite isinf isnan isnormal signbit frexp ilogb ldexp logb scalbn scalbln copysign nextafter nexttoward significand isunordered</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework2.0" />
</frameworkAssemblies>
</metadata>
<files>
<file src="..\Math.Gmp.Native\bin\Release\Math.Gmp.Native.dll" target="lib\net20\Math.Gmp.Native.dll" />
</files>
</package>