2021-09-26 20:00:24 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
|
|
|
<metadata>
|
|
|
|
|
<id>Aaru.Checksums.Native</id>
|
2024-04-30 15:12:12 +01:00
|
|
|
<version>6.0.0-alpha.10</version>
|
2021-09-26 20:00:24 +01:00
|
|
|
<description>C implementation of CRC16, CRC32, CRC64, Fletcher, Adler and SpamSum.</description>
|
|
|
|
|
<authors>claunia</authors>
|
|
|
|
|
<projectUrl>https://github.com/aaru-dps/Aaru.Checksums.Native</projectUrl>
|
|
|
|
|
<licenseUrl>https://spdx.org/licenses/LGPL-2.1-only.html</licenseUrl>
|
2024-12-19 15:21:40 +00:00
|
|
|
<copyright>Copyright © 2011-2025 Natalia Portillo</copyright>
|
2021-09-26 20:00:24 +01:00
|
|
|
<repository type="git" url="https://github.com/aaru-dps/Aaru.Checksums.Native.git" />
|
|
|
|
|
</metadata>
|
|
|
|
|
<files>
|
|
|
|
|
<file src="LICENSE" target="LICENSE" />
|
|
|
|
|
<file src="runtimes\**" target="runtimes/" />
|
|
|
|
|
</files>
|
2024-04-30 15:12:12 +01:00
|
|
|
</package>
|