haxe.nuspec 2.0 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  3. <metadata>
  4. <id>haxe</id>
  5. <version>@SNAPSHOT_VERSION@</version>
  6. <title>Haxe</title>
  7. <authors>Haxe Foundation</authors>
  8. <owners>Haxe Foundation</owners>
  9. <licenseUrl>http://haxe.org/foundation/open-source.html</licenseUrl>
  10. <projectUrl>http://haxe.org/</projectUrl>
  11. <docsUrl>http://haxe.org/manual/introduction.html</docsUrl>
  12. <mailingListUrl>https://groups.google.com/forum/#!forum/haxelang</mailingListUrl>
  13. <bugTrackerUrl>https://github.com/HaxeFoundation/haxe/issues</bugTrackerUrl>
  14. <projectSourceUrl>https://github.com/HaxeFoundation/haxe</projectSourceUrl>
  15. <packageSourceUrl>https://github.com/HaxeFoundation/haxe/tree/master/extra/choco</packageSourceUrl>
  16. <iconUrl>http://haxe.org/img/haxe-logo.svg</iconUrl>
  17. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  18. <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>
  19. <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.
  20. 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>
  21. <releaseNotes>https://github.com/HaxeFoundation/haxe/blob/master/extra/CHANGES.txt</releaseNotes>
  22. <tags>haxe programming development foss cross-platform</tags>
  23. <dependencies>
  24. <dependency id="neko" version="@NEKO_VERSION@" />
  25. </dependencies>
  26. </metadata>
  27. </package>