Haxe Forum > questions about .nmml
-
lidawn Jul 14 at 12:49
what's the difference between <haxelib/> and <nddl />
-
Haxelib xml is used to specify details about a library distributed via haxelib. Normally in your haxe installation folder is a lib folder, and within it there will be any haxelib haxe libraries you have installed. The haxelib xml is used to provide information about the library such as author and version.
http://haxe.org/doc/haxelib/using_haxelib
The nmml xml format is used when using NME ( Neko Media Engine ), it helps specify more than just haxe compiler parameters, and provides information used when using NME haxelib to target phones and desktop. NME is essentially a haxe cross platform library that emulates the flash class structures and functionality on targets such as c++ and javascript.
http://www.haxenme.org/developers/documentation/nmml-project-files/