NAME
XS::libboost::mini - C++ Boost library for XS (most common subset).
SYNOPSIS
In your Makefile.PL
use XS::Install;
write_makefile(
...makemaker args
BIN_DEPS => 'XS::libboost::mini',
...
);
DESCRIPTION
Makes boost available from XS modules. No perl interface.
Includes libraries: callable_traits compatibility config container container_hash conversion core crc disjoint_sets hof preprocessor integer io logic uuid
SEE ALSO
AUTHOR
Pronin Oleg <syber@cpan.org>, Crazy Panda LTD
LICENSE
You may distribute this code under the same terms as Boost itself.