@info.desc
Released @versionDate.
To install, run:
haxelib install @project @version
See using Haxelib in Haxelib documentation for more information.
This is not the latest stable version of @project. See version @info.curversion for the latest version.
}Maintainer | @info.owner |
---|---|
Website | @info.website |
Social |
|
Current version | @info.curversion |
Statistics | Installed @info.downloads times |
License | @info.license |
Tags |
@{var i = 0;}
@for( t in info.tags ) {
@{i++;}
@t@if( i |