The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "Apache Kafka low-level synchronous API, which does not use Zookeeper.",
   "author" : [
      "TrackingSoft LLC <sgladkov@trackingsoft.com>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 2.150005",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "Kafka",
   "no_index" : {
      "directory" : [
         "t",
         "inc",
         "xt",
         "tools"
      ]
   },
   "prereqs" : {
      "build" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : "1.3301",
            "Compress::Snappy" : "0.23",
            "Const::Fast" : "0.014",
            "Data::Compare" : "1.24",
            "Data::HexDump::Range" : "0.13",
            "Data::Validate::Domain" : "0.11",
            "Data::Validate::IP" : "0.24",
            "Exception::Class" : "1.37",
            "Exporter" : "5.70",
            "IO::Compress::Gzip" : "2.064",
            "IO::Uncompress::Gunzip" : "2.064",
            "List::Util" : "1.38",
            "Params::Util" : "1.07",
            "Scalar::Util" : "1.38",
            "Scalar::Util::Numeric" : "0.22",
            "Socket" : "2.020",
            "String::CRC32" : "1.5",
            "Sys::SigAction" : "0.21",
            "Time::HiRes" : "1.9726",
            "Try::Tiny" : "0.21",
            "perl" : "5.010"
         }
      },
      "test" : {
         "requires" : {
            "Capture::Tiny" : "0.24",
            "Carp" : "1.3301",
            "Clone" : "0.36",
            "Config::IniFiles" : "2.83",
            "Const::Fast" : "0.014",
            "Cwd" : "3.40",
            "Data::Dumper" : "2.151",
            "Exporter" : "5.70",
            "File::HomeDir" : "1.00",
            "File::Path" : "2.09",
            "File::Spec" : "3.40",
            "File::Spec::Functions" : "3.40",
            "IO::File" : "1.16",
            "IO::Socket::INET" : "1.33",
            "List::Util" : "1.38",
            "Net::EmptyPort" : "0",
            "Params::Util" : "1.07",
            "Proc::Daemon" : "0.14",
            "Proc::ProcessTable" : "0.51",
            "Scalar::Util" : "1.38",
            "Scalar::Util::Numeric" : "0.22",
            "Socket" : "2.020",
            "Sub::Install" : "0.927",
            "Sys::SigAction" : "0.21",
            "Test::Deep" : "0.119",
            "Test::Exception" : "0.32",
            "Test::More" : "1.001003",
            "Test::NoWarnings" : "1.04",
            "Test::TCP" : "2.11",
            "Time::HiRes" : "1.9726",
            "Try::Tiny" : "0.21"
         }
      }
   },
   "provides" : {
      "Kafka" : {
         "file" : "lib/Kafka.pm",
         "version" : "0.9001"
      },
      "Kafka::Connection" : {
         "file" : "lib/Kafka/Connection.pm",
         "version" : "0.9001"
      },
      "Kafka::Consumer" : {
         "file" : "lib/Kafka/Consumer.pm",
         "version" : "0.9001"
      },
      "Kafka::Exceptions" : {
         "file" : "lib/Kafka/Exceptions.pm",
         "version" : "0.9001"
      },
      "Kafka::IO" : {
         "file" : "lib/Kafka/IO.pm",
         "version" : "0.9001"
      },
      "Kafka::Int64" : {
         "file" : "lib/Kafka/Int64.pm",
         "version" : "0.9001"
      },
      "Kafka::Internals" : {
         "file" : "lib/Kafka/Internals.pm",
         "version" : "0.9001"
      },
      "Kafka::Message" : {
         "file" : "lib/Kafka/Message.pm",
         "version" : "0.9001"
      },
      "Kafka::Producer" : {
         "file" : "lib/Kafka/Producer.pm",
         "version" : "0.9001"
      },
      "Kafka::Protocol" : {
         "file" : "lib/Kafka/Protocol.pm",
         "version" : "0.9001"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "repository" : {
         "type" : "git",
         "url" : "git://github.com/TrackingSoft/Kafka.git",
         "web" : "http://github.com/TrackingSoft/Kafka"
      }
   },
   "version" : "0.9001",
   "x_serialization_backend" : "JSON::PP version 2.27300"
}