The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Alien::libgeos - geos C++ library (alien, without perl-adapters).

SYNOPSIS

In your Makefile.PL

write_makefile(
...
BIN_DEPS => 'Alien::libgeos',
...
);

DESCRIPTION

This is C++ GEOS (Geometry Engine - Open Source) library.

It is build as shared library (opposed to static libraries build by Alien::*) and includes all headers, to be able to write perl-adapters for it.

AUTHOR

Pronin Oleg <syber@cpan.org>, Crazy Panda LTD

Ivan Baidakou <dmol@cpan.org>, Crazy Panda LTD

LICENSE

You may distribute this code under the same terms as Perl itself.