@project @version

@info.desc

Released @versionDate.

To install, run:

haxelib install @project @version

See using Haxelib in Haxelib documentation for more information.

@if( version!=info.curversion ) {

This is not the latest stable version of @project. See version @info.curversion for the latest version.

}
Maintainer@info.owner
Website@info.website
Current version@info.curversion
StatisticsInstalled @info.downloads times
License@info.license
Tags
    @for( t in info.tags ) {
  • @t
  • }

@if (readme!="") {

README.md

@readme
}