Alien-MuPDF

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

   },
   "version" : "0.012",
   "x_alienfile" : {
      "generated_by" : "Dist::Zilla::Plugin::AlienBuild version 0.32",
      "requires" : {
         "share" : {
            "Alien::gmake" : "0.14",
            "Alien::patch" : "0.08",
            "Archive::Tar" : "0",
            "HTTP::Tiny" : "0.044",
            "IO::Socket::SSL" : "1.56",
            "IO::Zlib" : "0",
            "Mojo::DOM" : "0",
            "Mojolicious" : "7.00",
            "Net::SSLeay" : "1.49",
            "Path::Tiny" : "0",
            "Sort::Versions" : "0",
            "URI" : "0",
            "URI::Escape" : "0"
         },
         "system" : {}

META.yml  view on Meta::CPAN

  repository: https://github.com/Intertangle/p5-Alien-MuPDF.git
version: '0.012'
x_alienfile:
  generated_by: 'Dist::Zilla::Plugin::AlienBuild version 0.32'
  requires:
    share:
      Alien::gmake: '0.14'
      Alien::patch: '0.08'
      Archive::Tar: '0'
      HTTP::Tiny: '0.044'
      IO::Socket::SSL: '1.56'
      IO::Zlib: '0'
      Mojo::DOM: '0'
      Mojolicious: '7.00'
      Net::SSLeay: '1.49'
      Path::Tiny: '0'
      Sort::Versions: '0'
      URI: '0'
      URI::Escape: '0'
    system: {}
x_generated_by_perl: v5.26.1

alienfile  view on Meta::CPAN

use alienfile;

# Do not probe for system libmupdf becasue we need to compile with shared
# library flags.

share {
	requires 'Alien::gmake' => 0.14;
	requires 'Alien::patch' => 0.08;
	requires 'Path::Tiny' => 0;
	requires 'Net::SSLeay' => 0;
	requires 'IO::Socket::SSL' => 0;

	plugin Download => (
		url => 'https://mupdf.com/releases/',
		version => qr/mupdf-([\w\.]+)-source\.tar\.gz/,
	);

	if( exists $ENV{MSYSTEM} ) {
		# See <https://github.com/Perl5-Alien/Alien-Build/issues/13>.

		# Using CommandLine to extract rather than ArchiveTar because



( run in 0.307 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )