Version information for the vendored libuv.
See also:
Static variables
staticfinalread onlyhex:Int
libuv version packed into a single integer.
true
if the libuv version is a release, and false
if it is a development version.
This does not depend on Haxe compilation arguments and will almost always be true
.
staticfinalread onlymajor:Int
libuv major version number.
staticfinalread onlyminor:Int
libuv minor version number.
staticfinalread onlypatch:Int
libuv patch version number.
libuv version suffix for development releases.
Static methods
Returns the libuv version as a string.