Luv.VersionSourceVersion information for the vendored libuv.
See Version-checking macros and functions in libuv.
Luv currently vendors libuv 1.30.1.
Returns the libuv version as a string. See uv_version_string.
libuv major version number. See UV_VERSION_MAJOR.
libuv minor version number. See UV_VERSION_MINOR.
libuv patch number. See UV_VERSION_PATCH.
true if the libuv version is a release, and false if it is a development version. This will almost always be true for Luv releases. See UV_VERSION_IS_RELEASE.
libuv version suffix for development releases. See UV_VERSION_SUFFIX.
libuv version packed into a single integer. See UV_VERSION_HEX.
Returns Luv.Version.hex. See uv_version.