12345678910111213141516171819202122232425262728 |
- <?xml version="1.0" encoding="utf-8"?>
- <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
- <metadata>
- <id>haxe</id>
- <version>@SNAPSHOT_VERSION@</version>
- <title>Haxe</title>
- <authors>Haxe Foundation</authors>
- <owners>Haxe Foundation</owners>
- <licenseUrl>http://haxe.org/foundation/open-source.html</licenseUrl>
- <projectUrl>http://haxe.org/</projectUrl>
- <docsUrl>http://haxe.org/manual/introduction.html</docsUrl>
- <mailingListUrl>https://groups.google.com/forum/#!forum/haxelang</mailingListUrl>
- <bugTrackerUrl>https://github.com/HaxeFoundation/haxe/issues</bugTrackerUrl>
- <projectSourceUrl>https://github.com/HaxeFoundation/haxe</projectSourceUrl>
- <packageSourceUrl>https://github.com/HaxeFoundation/haxe/tree/master/extra/choco</packageSourceUrl>
- <iconUrl>http://haxe.org/img/haxe-logo.svg</iconUrl>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <summary>Haxe is an open source toolkit based on a modern, high level, strictly typed programming language, a cross-compiler, a complete cross-platform standard library and ways to access each platform's native capabilities.</summary>
- <description>Haxe is an open source toolkit based on a modern, high level, strictly typed programming language, a cross-compiler, a complete cross-platform standard library and ways to access each platform's native capabilities.
-
- This package will install haxe and haxelib. After installation, you should run `haxelib setup %path%;`, where `%path%` is the haxelib repository folder for placing third-party libraries. The folder should be created manually before running the command.</description>
- <releaseNotes>https://github.com/HaxeFoundation/haxe/blob/master/extra/CHANGES.txt</releaseNotes>
- <tags>haxe programming development foss cross-platform</tags>
- <dependencies>
- <dependency id="neko" version="2.1.0" />
- </dependencies>
- </metadata>
- </package>
|