The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
{
   "abstract" : "Perl interface to the Zstd (Zstandard) (de)compressor",
   "author" : [
      ", Jiro Nishiguchi"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Minilla/v3.0.13",
   "license" : [
      "bsd"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "Compress-Zstd",
   "no_index" : {
      "directory" : [
         "t",
         "xt",
         "inc",
         "share",
         "eg",
         "examples",
         "author",
         "builder",
         "ext"
      ]
   },
   "prereqs" : {
      "build" : {
         "requires" : {
            "ExtUtils::ParseXS" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.4005"
         }
      },
      "develop" : {
         "requires" : {
            "Test::CPAN::Meta" : "0",
            "Test::MinimumVersion::Fast" : "0.04",
            "Test::PAUSE::Permissions" : "0.04",
            "Test::Pod" : "1.41",
            "Test::Spellunker" : "v0.2.7"
         }
      },
      "runtime" : {
         "requires" : {
            "parent" : "0",
            "perl" : "5.008001"
         }
      },
      "test" : {
         "requires" : {
            "Test::More" : "0.98"
         }
      }
   },
   "provides" : {
      "Compress::Zstd" : {
         "file" : "lib/Compress/Zstd.pm",
         "version" : "0.10"
      },
      "Compress::Zstd::Compressor" : {
         "file" : "lib/Compress/Zstd/Compressor.pm"
      },
      "Compress::Zstd::Decompressor" : {
         "file" : "lib/Compress/Zstd/Decompressor.pm"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/spiritloose/Compress-Zstd/issues"
      },
      "homepage" : "https://github.com/spiritloose/Compress-Zstd",
      "repository" : {
         "url" : "git://github.com/spiritloose/Compress-Zstd.git",
         "web" : "https://github.com/spiritloose/Compress-Zstd"
      }
   },
   "version" : "0.10",
   "x_contributors" : [
      "Jiro Nishiguchi <jiro@cpan.org>",
      "Jiro Nishiguchi <spiritloose@users.noreply.github.com>"
   ],
   "x_serialization_backend" : "JSON::PP version 2.94"
}