NAME
XS::librangeV3 - C++ range v3 library for XS
SYNOPSIS
In your Makefile.PL
use XS::Install;
write_makefile(
    ...makemaker args
    BIN_DEPS => 'XS::librangeV3',
    ...
);
DESCRIPTION
This module makes available range v3 library for XS modules.
No perl interface.
SEE ALSO
AUTHOR
Pronin Oleg <syber@cpan.org>, Crazy Panda LTD
LICENSE
You may distribute this code under the same terms as Perl itself.