AI-PredictionClient-Alien-TensorFlowServingProtos

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

   "release_status" : "stable",
   "resources" : {
      "homepage" : "https://github.com/mountaintom/AI-PredictionClient-Alien-TensorFlowServingProtos",
      "repository" : {
         "type" : "git",
         "url" : "https://github.com/mountaintom/AI-PredictionClient-Alien-TensorFlowServingProtos.git",
         "web" : "https://github.com/mountaintom/AI-PredictionClient-Alien-TensorFlowServingProtos"
      }
   },
   "version" : "0.05",
   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0233"
}

alien_packages/tds/base64.proto  view on Meta::CPAN

syntax = "proto3";

// Tom Stall -  mtm@mountaintom.com

package base64;
option cc_enable_arenas = true;
option java_outer_classname = "base64";
option java_multiple_files = true;
option java_package = "org.tds";

// Protocol buffer to encode/decode base64 data for JSON transport.
// Protocol Buffers encode bytes to base64 when transforming to JSON.

message Base64Proto {
 repeated bytes base64  = 1;
};

dist.ini  view on Meta::CPAN

perl = 5.01

[Prereqs / ConfigureRequires]
File::Copy = 0
File::Copy::Recursive = 0
Archive::Extract = 0
Alien::Google::GRPC = 0.06
Env = 0

[CPANFile]
[MetaJSON]
[MetaProvides::Package]

[ReadmeAnyFromPod]
type = pod
filename = README.pod
location = root

[Test::PodSpelling]
stopword = TensorFlow
stopword = gRPC



( run in 1.032 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )