Alien-Libtensorflow

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Alien::Build::MM" : "0.32",
            "Alien::Build::Plugin::Build::Copy" : "0",
            "Alien::Build::Plugin::Download::GitHub" : "0.10",
            "ExtUtils::MakeMaker" : "6.52",
            "perl" : "5.006"
         }
      },
      "runtime" : {
         "requires" : {
            "Alien::Base" : "0.038",
            "parent" : "0",
            "perl" : "5.006",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "Test2::V0" : "0",
            "Test::Alien" : "0",
            "perl" : "5.006"

META.yml  view on Meta::CPAN

no_index:
  directory:
    - eg
    - examples
    - inc
    - share
    - t
    - xt
requires:
  Alien::Base: '0.038'
  parent: '0'
  perl: '5.006'
  strict: '0'
  warnings: '0'
resources:
  homepage: https://github.com/EntropyOrg/perl-Alien-Libtensorflow
  repository: https://github.com/EntropyOrg/perl-Alien-Libtensorflow.git
version: '0.002'
x_alienfile:
  generated_by: 'Dist::Zilla::Plugin::AlienBuild version 0.32'
  requires:

Makefile.PL  view on Meta::CPAN

    "Alien::Build::Plugin::Build::Copy" => 0,
    "Alien::Build::Plugin::Download::GitHub" => "0.10",
    "ExtUtils::MakeMaker" => "6.52"
  },
  "DISTNAME" => "Alien-Libtensorflow",
  "LICENSE" => "apache",
  "MIN_PERL_VERSION" => "5.006",
  "NAME" => "Alien::Libtensorflow",
  "PREREQ_PM" => {
    "Alien::Base" => "0.038",
    "parent" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Test2::V0" => 0,
    "Test::Alien" => 0
  },
  "VERSION" => "0.002",
  "test" => {
    "TESTS" => "t/*.t"

Makefile.PL  view on Meta::CPAN

);


my %FallbackPrereqs = (
  "Alien::Base" => "0.038",
  "Alien::Build" => "2.72",
  "Alien::Build::MM" => "0.32",
  "ExtUtils::MakeMaker" => "6.52",
  "Test2::V0" => 0,
  "Test::Alien" => 0,
  "parent" => 0,
  "strict" => 0,
  "warnings" => 0
);


# BEGIN code inserted by Dist::Zilla::Plugin::AlienBuild
use Alien::Build::MM;
my $abmm = Alien::Build::MM->new;
%WriteMakefileArgs = $abmm->mm_args(%WriteMakefileArgs);
# END code inserted by Dist::Zilla::Plugin::AlienBuild

lib/Alien/Libtensorflow.pm  view on Meta::CPAN

package Alien::Libtensorflow;
# ABSTRACT: Alien for Libtensorflow machine learning library C API
# AUTHOR: Zakariyya Mughal <zmughal@cpan.org>
# OWNER: 2021 Zakariyya Mughal
# OWNER: 2022 Auto-Parallel Technologies, Inc.
# LICENSE: Apache_2_0
$Alien::Libtensorflow::VERSION = '0.002';
use strict;
use warnings;

use parent qw(Alien::Base);

1;

__END__

=pod

=encoding UTF-8

=head1 NAME



( run in 0.519 second using v1.01-cache-2.11-cpan-4d50c553e7e )