File: libmxml4_native.redist.nuspec

package info (click to toggle)
mxml 4.0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,672 kB
  • sloc: ansic: 4,246; sh: 3,389; makefile: 522; cpp: 178; xml: 56
file content (25 lines) | stat: -rw-r--r-- 1,445 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
    <metadata>
        <id>libmxml4_native.redist</id>
        <title>Small XML File Parsing Library for VS2019+ Redist</title>
        <version>4.0.4</version>
        <authors>Michael R Sweet</authors>
        <owners>michaelrsweet</owners>
        <projectUrl>https://github.com/michaelrsweet/mxml</projectUrl>
        <license type="expression">Apache-2.0</license>
        <icon>build/native/mxml-128.png</icon>
	<readme>build/native/README.md</readme>
        <requireLicenseAcceptance>false</requireLicenseAcceptance>
        <description>Redistributable components for package 'libmxml2_native'. This package should only be installed as a dependency.</description>
        <summary>Mini-XML is a small XML parsing library that you can use to read XML data files or strings in your application without requiring large non-standard libraries. This package provides the redistributable content for Mini-XML.</summary>
        <copyright>Copyright © 2003-2025 by Michael R Sweet</copyright>
        <tags>xml</tags>
    </metadata>
    <files>
        <file src="..\doc\mxml-128.png" target="build\native" />
        <file src="..\README.md" target="build\native" />
        <!--<file src="Win32\**\mxml4.dll" target="build\native\bin\Win32" />-->
        <file src="x64\**\mxml4.dll" target="build\native\bin\x64" />
    </files>
</package>