Alien-libsnappy

 view release on metacpan or  search on metacpan

alienfile  view on Meta::CPAN


int main() {
printf("version = '%d.%d.%d', link_ok='%d'\n", SNAPPY_MAJOR, SNAPPY_MINOR, SNAPPY_PATCHLEVEL, snappy_max_compressed_length(1));
return 0;
}
EO_SNAPPY_VERSION
);

meta->after_hook( probe_system => sub {
    my ($build) = @_;
    use Data::Dumper;
    print Dumper($build);
  #$build->runtime_prop->{$flag} = '-Wl,-rpath,/usr/pkg/lib ' . $build->runtime_prop->{$flag};
});

after 'gather' => sub {
    my ($build) = @_;
    use Data::Dumper; CORE::say Dumper($build);
};

share {
    # The tarball from the 1.1.8 release and the 1.1.8 tag produce different
    # libraries -- and from some preliminary testing, the tarball version isn't
    # compatible with most existing uses(?!).
    # Could be the bug github bug that's been biting me with libgraphqlparser,
    # where they sometimes serve the wrong binaries.  Still, the tag never lies,
    # so download that:
    plugin 'Download::GitHub' => (

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.207 second using v1.00-cache-2.02-grep-82fe00e-cpan-2c419f77a38b )