{
   "abstract" : "Communicating sequential processes threading for Perl",
   "author" : [
      "Leon Timmermans <leont@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 6.031, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "Thread-CSP",
   "prereqs" : {
      "build" : {
         "requires" : {
            "ExtUtils::ParseXS" : "3.50",
            "Module::Build" : "0.28"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.28"
         }
      },
      "develop" : {
         "requires" : {
            "Devel::PPPort" : "3.23",
            "ExtUtils::Typemaps::MagicExt" : "0",
            "Pod::Coverage::TrustPod" : "0",
            "Test::More" : "0",
            "Test::Pod" : "1.41",
            "Test::Pod::Coverage" : "1.08"
         }
      },
      "runtime" : {
         "requires" : {
            "XSLoader" : "0",
            "perl" : "5.008001",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "Test::More" : "0",
            "lib" : "0",
            "threads::shared" : "0"
         }
      }
   },
   "provides" : {
      "Thread::CSP" : {
         "file" : "lib/Thread/CSP.pm",
         "version" : "0.014"
      },
      "Thread::CSP::Channel" : {
         "file" : "lib/Thread/CSP/Channel.pm",
         "version" : "0.014"
      },
      "Thread::CSP::Promise" : {
         "file" : "lib/Thread/CSP/Promise.pm",
         "version" : "0.014"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/Leont/threads-csp/issues"
      },
      "repository" : {
         "type" : "git",
         "url" : "git://github.com/Leont/threads-csp.git",
         "web" : "https://github.com/Leont/threads-csp"
      }
   },
   "version" : "0.014",
   "x_generated_by_perl" : "v5.38.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.36",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}