mirror of
https://github.com/aaru-dps/Aaru.Compression.Native.git
synced 2025-12-16 19:24:31 +00:00
18 lines
822 B
XML
18 lines
822 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<metadata>
|
|
<id>Aaru.Compression.Native</id>
|
|
<version>6.0.0-alpha.11.2</version>
|
|
<description>C implementation of compression algorithms used by Aaru.</description>
|
|
<authors>claunia</authors>
|
|
<projectUrl>https://github.com/aaru-dps/Aaru.Compression.Native</projectUrl>
|
|
<licenseUrl>https://spdx.org/licenses/LGPL-2.1-only.html</licenseUrl>
|
|
<copyright>Copyright © 2011-2025 Natalia Portillo</copyright>
|
|
<repository type="git" url="https://github.com/aaru-dps/Aaru.Compression.Native.git" />
|
|
</metadata>
|
|
<files>
|
|
<file src="LICENSE" target="LICENSE" />
|
|
<file src="runtimes\**" target="runtimes/" />
|
|
</files>
|
|
</package>
|