{
  "abstract" : "NaCl compatible modern, easy-to-use library for  encryption, decryption, signatures, password hashing and more",
  "author" : [
     "Alex J. G. BurzyƄski <[email protected]>"
  ],
  "dynamic_config" : 0,
  "generated_by" : "Dist::Zilla version 5.036, CPAN::Meta::Converter version 2.150001",
  "license" : [
     "perl_5"
  ],
  "meta-spec" : {
     "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
     "version" : 2
  },
  "name" : "Crypt-NaCl-Sodium",
  "prereqs" : {
     "configure" : {
        "requires" : {
           "Alien::Sodium" : "v1.0.7.0",
           "Carp" : "0",
           "ExtUtils::CBuilder" : "0",
           "File::ShareDir" : "0",
           "File::Spec" : "0",
           "Sub::Exporter" : "0",
           "XSLoader" : "0"
        }
     },
     "develop" : {
        "requires" : {
           "Pod::Coverage::TrustPod" : "0",
           "Test::EOL" : "0",
           "Test::Kwalitee" : "1.21",
           "Test::More" : "0.88",
           "Test::NoTabs" : "0",
           "Test::Pod" : "1.41",
           "Test::Pod::Coverage" : "1.08"
        }
     },
     "runtime" : {
        "requires" : {
           "Carp" : "0",
           "Sub::Exporter" : "0",
           "XSLoader" : "0",
           "strict" : "0",
           "warnings" : "0"
        }
     }
  },
  "provides" : {
     "Crypt::NaCl::Sodium" : {
        "file" : "lib/Crypt/NaCl/Sodium.pm",
        "version" : "v1.0.7.0"
     },
     "Crypt::NaCl::Sodium::aead" : {
        "file" : "lib/Crypt/NaCl/Sodium/aead.pod",
        "version" : "v1.0.7.0"
     },
     "Crypt::NaCl::Sodium::auth" : {
        "file" : "lib/Crypt/NaCl/Sodium/auth.pod",
        "version" : "v1.0.7.0"
     },
     "Crypt::NaCl::Sodium::box" : {
        "file" : "lib/Crypt/NaCl/Sodium/box.pod",
        "version" : "v1.0.7.0"
     },
     "Crypt::NaCl::Sodium::generichash" : {
        "file" : "lib/Crypt/NaCl/Sodium/generichash.pod",
        "version" : "v1.0.7.0"
     },
     "Crypt::NaCl::Sodium::hash" : {
        "file" : "lib/Crypt/NaCl/Sodium/hash.pod",
        "version" : "v1.0.7.0"
     },
     "Crypt::NaCl::Sodium::onetimeauth" : {
        "file" : "lib/Crypt/NaCl/Sodium/onetimeauth.pod",
        "version" : "v1.0.7.0"
     },
     "Crypt::NaCl::Sodium::pwhash" : {
        "file" : "lib/Crypt/NaCl/Sodium/pwhash.pod",
        "version" : "v1.0.7.0"
     },
     "Crypt::NaCl::Sodium::scalarmult" : {
        "file" : "lib/Crypt/NaCl/Sodium/scalarmult.pod",
        "version" : "v1.0.7.0"
     },
     "Crypt::NaCl::Sodium::secretbox" : {
        "file" : "lib/Crypt/NaCl/Sodium/secretbox.pod",
        "version" : "v1.0.7.0"
     },
     "Crypt::NaCl::Sodium::shorthash" : {
        "file" : "lib/Crypt/NaCl/Sodium/shorthash.pod",
        "version" : "v1.0.7.0"
     },
     "Crypt::NaCl::Sodium::sign" : {
        "file" : "lib/Crypt/NaCl/Sodium/sign.pod",
        "version" : "v1.0.7.0"
     },
     "Crypt::NaCl::Sodium::stream" : {
        "file" : "lib/Crypt/NaCl/Sodium/stream.pod",
        "version" : "v1.0.7.0"
     },
     "Data::BytesLocker" : {
        "file" : "lib/Data/BytesLocker.pod",
        "version" : "v1.0.7.0"
     }
  },
  "release_status" : "stable",
  "resources" : {
     "bugtracker" : {
        "web" : "https://github.com/ajgb/crypt-nacl-sodium/issues"
     },
     "homepage" : "https://metacpan.org/release/Crypt-NaCl-Sodium",
     "repository" : {
        "type" : "git",
        "url" : "git://github.com/ajgb/crypt-nacl-sodium.git",
        "web" : "https://github.com/ajgb/crypt-nacl-sodium"
     }
  },
  "version" : "1.0.7.0",
  "x_Dist_Zilla" : {
     "perl" : {
        "version" : "5.018002"
     },
     "plugins" : [
        {
           "class" : "Dist::Zilla::Plugin::ExecDir",
           "name" : "@Filter/ExecDir",
           "version" : "5.036"
        },
        {
           "class" : "Dist::Zilla::Plugin::ShareDir",
           "name" : "@Filter/ShareDir",
           "version" : "5.036"
        },
        {
           "class" : "Dist::Zilla::Plugin::MetaYAML",
           "name" : "@Filter/MetaYAML",
           "version" : "5.036"
        },
        {
           "class" : "Dist::Zilla::Plugin::MetaJSON",
           "name" : "@Filter/MetaJSON",
           "version" : "5.036"
        },
        {
           "class" : "Dist::Zilla::Plugin::License",
           "name" : "@Filter/License",
           "version" : "5.036"
        },
        {
           "class" : "Dist::Zilla::Plugin::Manifest",
           "name" : "@Filter/Manifest",
           "version" : "5.036"
        },
        {
           "class" : "Dist::Zilla::Plugin::PodCoverageTests",
           "name" : "@Filter/PodCoverageTests",
           "version" : "5.036"
        },
        {
           "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
           "name" : "@Filter/PodSyntaxTests",
           "version" : "5.036"
        },
        {
           "class" : "Dist::Zilla::Plugin::Test::EOL",
           "config" : {
              "Dist::Zilla::Plugin::Test::EOL" : {
                 "filename" : "xt/author/eol.t",
                 "finder" : [
                    ":InstallModules",
                    ":ExecFiles",
                    ":TestFiles"
                 ],
                 "trailing_whitespace" : "1"
              }
           },
           "name" : "@Filter/Test::EOL",
           "version" : "0.18"
        },
        {
           "class" : "Dist::Zilla::Plugin::Test::NoTabs",
           "config" : {
              "Dist::Zilla::Plugin::Test::NoTabs" : {
                 "filename" : "xt/author/no-tabs.t",
                 "finder" : [
                    ":InstallModules",
                    ":ExecFiles",
                    ":TestFiles"
                 ]
              }
           },
           "name" : "@Filter/Test::NoTabs",
           "version" : "0.14"
        },
        {
           "class" : "Dist::Zilla::Plugin::Test::Kwalitee",
           "config" : {
              "Dist::Zilla::Plugin::Test::Kwalitee" : {
                 "filename" : "xt/release/kwalitee.t",
                 "skiptest" : []
              }
           },
           "name" : "@Filter/Test::Kwalitee",
           "version" : "2.11"
        },
        {
           "class" : "Dist::Zilla::Plugin::Test::Portability",
           "name" : "@Filter/Test::Portability",
           "version" : "2.000006"
        },
        {
           "class" : "Dist::Zilla::Plugin::PruneCruft",
           "name" : "@Filter/PruneCruft",
           "version" : "5.036"
        },
        {
           "class" : "Dist::Zilla::Plugin::ManifestSkip",
           "name" : "@Filter/ManifestSkip",
           "version" : "5.036"
        },
        {
           "class" : "Dist::Zilla::Plugin::PkgVersion",
           "name" : "@Filter/PkgVersion",
           "version" : "5.036"
        },
        {
           "class" : "Dist::Zilla::Plugin::Authority",
           "name" : "@Filter/Authority",
           "version" : "1.009"
        },
        {
           "class" : "Dist::Zilla::Plugin::PodWeaver",
           "config" : {
              "Dist::Zilla::Plugin::PodWeaver" : {
                 "config_plugins" : [
                    "@AJGB"
                 ],
                 "finder" : [
                    ":InstallModules",
                    ":ExecFiles"
                 ],
                 "plugins" : [
                    {
                       "class" : "Pod::Weaver::Plugin::EnsurePod5",
                       "name" : "@CorePrep/EnsurePod5",
                       "version" : "4.012"
                    },
                    {
                       "class" : "Pod::Weaver::Plugin::H1Nester",
                       "name" : "@CorePrep/H1Nester",
                       "version" : "4.012"
                    },
                    {
                       "class" : "Pod::Weaver::Plugin::SingleEncoding",
                       "name" : "@AJGB/Encoding",
                       "version" : "4.012"
                    },
                    {
                       "class" : "Pod::Weaver::Section::Name",
                       "name" : "@AJGB/Name",
                       "version" : "4.012"
                    },
                    {
                       "class" : "Pod::Weaver::Section::Version",
                       "name" : "@AJGB/Version",
                       "version" : "4.012"
                    },
                    {
                       "class" : "Pod::Weaver::Section::Region",
                       "name" : "@AJGB/Prelude",
                       "version" : "4.012"
                    },
                    {
                       "class" : "Pod::Weaver::Section::Generic",
                       "name" : "@AJGB/Synopsis",
                       "version" : "4.012"
                    },
                    {
                       "class" : "Pod::Weaver::Section::Generic",
                       "name" : "@AJGB/Description",
                       "version" : "4.012"
                    },
                    {
                       "class" : "Pod::Weaver::Section::Generic",
                       "name" : "@AJGB/Overview",
                       "version" : "4.012"
                    },
                    {
                       "class" : "Pod::Weaver::Section::Collect",
                       "name" : "ATTRIBUTES",
                       "version" : "4.012"
                    },
                    {
                       "class" : "Pod::Weaver::Section::Collect",
                       "name" : "METHODS",
                       "version" : "4.012"
                    },
                    {
                       "class" : "Pod::Weaver::Section::Collect",
                       "name" : "FUNCTIONS",
                       "version" : "4.012"
                    },
                    {
                       "class" : "Pod::Weaver::Section::Collect",
                       "name" : "TYPES",
                       "version" : "4.012"
                    },
                    {
                       "class" : "Pod::Weaver::Section::Leftovers",
                       "name" : "@AJGB/Leftovers",
                       "version" : "4.012"
                    },
                    {
                       "class" : "Pod::Weaver::Section::Region",
                       "name" : "@AJGB/Postlude",
                       "version" : "4.012"
                    },
                    {
                       "class" : "Pod::Weaver::Section::Authors",
                       "name" : "@AJGB/Authors",
                       "version" : "4.012"
                    },
                    {
                       "class" : "Pod::Weaver::Section::Legal",
                       "name" : "@AJGB/Legal",
                       "version" : "4.012"
                    }
                 ]
              }
           },
           "name" : "@Filter/PodWeaver",
           "version" : "4.006"
        },
        {
           "class" : "Dist::Zilla::Plugin::MetaConfig",
           "name" : "@Filter/MetaConfig",
           "version" : "5.036"
        },
        {
           "class" : "Dist::Zilla::Plugin::AutoMetaResources",
           "name" : "@Filter/AutoMetaResources",
           "version" : "1.21"
        },
        {
           "class" : "Dist::Zilla::Plugin::AutoPrereqs",
           "name" : "@Filter/AutoPrereqs",
           "version" : "5.036"
        },
        {
           "class" : "Dist::Zilla::Plugin::ReadmeFromPod",
           "name" : "@Filter/ReadmeFromPod",
           "version" : "0.21"
        },
        {
           "class" : "Dist::Zilla::Plugin::Git::NextVersion",
           "config" : {
              "Dist::Zilla::Plugin::Git::NextVersion" : {
                 "first_version" : "0.01",
                 "version_by_branch" : "0",
                 "version_regexp" : "(?^:^v(.+)$)"
              },
              "Dist::Zilla::Role::Git::Repo" : {
                 "repo_root" : "."
              }
           },
           "name" : "@Filter/Git::NextVersion",
           "version" : "2.033"
        },
        {
           "class" : "Dist::Zilla::Plugin::CopyFilesFromBuild",
           "name" : "@Filter/CopyFilesFromBuild",
           "version" : "0.150250"
        },
        {
           "class" : "Dist::Zilla::Plugin::Git::Check",
           "config" : {
              "Dist::Zilla::Plugin::Git::Check" : {
                 "untracked_files" : "warn"
              },
              "Dist::Zilla::Role::Git::DirtyFiles" : {
                 "allow_dirty" : [
                    "README",
                    "dist.ini",
                    "weaver.ini"
                 ],
                 "allow_dirty_match" : [],
                 "changelog" : "Changes"
              },
              "Dist::Zilla::Role::Git::Repo" : {
                 "repo_root" : "."
              }
           },
           "name" : "@Filter/Git::Check",
           "version" : "2.033"
        },
        {
           "class" : "Dist::Zilla::Plugin::CheckChangesHasContent",
           "name" : "@Filter/CheckChangesHasContent",
           "version" : "0.008"
        },
        {
           "class" : "Dist::Zilla::Plugin::CheckExtraTests",
           "name" : "@Filter/CheckExtraTests",
           "version" : "0.027"
        },
        {
           "class" : "Dist::Zilla::Plugin::TestRelease",
           "name" : "@Filter/TestRelease",
           "version" : "5.036"
        },
        {
           "class" : "Dist::Zilla::Plugin::ConfirmRelease",
           "name" : "@Filter/ConfirmRelease",
           "version" : "5.036"
        },
        {
           "class" : "Dist::Zilla::Plugin::UploadToCPAN",
           "name" : "@Filter/UploadToCPAN",
           "version" : "5.036"
        },
        {
           "class" : "Dist::Zilla::Plugin::NextRelease",
           "name" : "@Filter/NextRelease",
           "version" : "5.036"
        },
        {
           "class" : "Dist::Zilla::Plugin::Git::Tag",
           "config" : {
              "Dist::Zilla::Plugin::Git::Tag" : {
                 "branch" : null,
                 "signed" : 0,
                 "tag" : "v1.0.7.0",
                 "tag_format" : "v%v",
                 "tag_message" : "v%v",
                 "time_zone" : "local"
              },
              "Dist::Zilla::Role::Git::Repo" : {
                 "repo_root" : "."
              }
           },
           "name" : "@Filter/Git::Tag",
           "version" : "2.033"
        },
        {
           "class" : "Dist::Zilla::Plugin::Git::Commit",
           "config" : {
              "Dist::Zilla::Plugin::Git::Commit" : {
                 "add_files_in" : [],
                 "commit_msg" : "v%v%n%n%c",
                 "time_zone" : "Europe/London"
              },
              "Dist::Zilla::Role::Git::DirtyFiles" : {
                 "allow_dirty" : [
                    "README",
                    "Changes"
                 ],
                 "allow_dirty_match" : [],
                 "changelog" : "Changes"
              },
              "Dist::Zilla::Role::Git::Repo" : {
                 "repo_root" : "."
              }
           },
           "name" : "@Filter/Git::Commit",
           "version" : "2.033"
        },
        {
           "class" : "Dist::Zilla::Plugin::Git::Push",
           "config" : {
              "Dist::Zilla::Plugin::Git::Push" : {
                 "push_to" : [
                    "origin"
                 ],
                 "remotes_must_exist" : 1
              },
              "Dist::Zilla::Role::Git::Repo" : {
                 "repo_root" : "."
              }
           },
           "name" : "@Filter/Git::Push",
           "version" : "2.033"
        },
        {
           "class" : "Dist::Zilla::Plugin::Encoding",
           "name" : "Encoding",
           "version" : "5.036"
        },
        {
           "class" : "Dist::Zilla::Plugin::GatherDir",
           "config" : {
              "Dist::Zilla::Plugin::GatherDir" : {
                 "exclude_filename" : [
                    "README",
                    "dist.ini",
                    "weaver.ini"
                 ],
                 "exclude_match" : [
                    "^inc"
                 ],
                 "follow_symlinks" : "0",
                 "include_dotfiles" : "0",
                 "prefix" : "",
                 "prune_directory" : [],
                 "root" : "."
              }
           },
           "name" : "GatherDir",
           "version" : "5.036"
        },
        {
           "class" : "Dist::Zilla::Plugin::Prereqs",
           "config" : {
              "Dist::Zilla::Plugin::Prereqs" : {
                 "phase" : "configure",
                 "type" : "requires"
              }
           },
           "name" : "ConfigureRequires",
           "version" : "5.036"
        },
        {
           "class" : "Dist::Zilla::Plugin::AutoPrereqs",
           "name" : "AutoPrereqs",
           "version" : "5.036"
        },
        {
           "class" : "inc::SimpleProvides",
           "name" : "=inc::SimpleProvides",
           "version" : null
        },
        {
           "class" : "Dist::Zilla::Plugin::MakeMaker::Runner",
           "config" : {
              "Dist::Zilla::Role::TestRunner" : {
                 "default_jobs" : 1
              }
           },
           "name" : "MakeMaker::Runner",
           "version" : "5.036"
        },
        {
           "class" : "Dist::Zilla::Plugin::InstallGuide",
           "name" : "InstallGuide",
           "version" : "1.200003"
        },
        {
           "class" : "Dist::Zilla::Plugin::FinderCode",
           "name" : ":InstallModules",
           "version" : "5.036"
        },
        {
           "class" : "Dist::Zilla::Plugin::FinderCode",
           "name" : ":IncModules",
           "version" : "5.036"
        },
        {
           "class" : "Dist::Zilla::Plugin::FinderCode",
           "name" : ":TestFiles",
           "version" : "5.036"
        },
        {
           "class" : "Dist::Zilla::Plugin::FinderCode",
           "name" : ":ExecFiles",
           "version" : "5.036"
        },
        {
           "class" : "Dist::Zilla::Plugin::FinderCode",
           "name" : ":ShareFiles",
           "version" : "5.036"
        },
        {
           "class" : "Dist::Zilla::Plugin::FinderCode",
           "name" : ":MainModule",
           "version" : "5.036"
        },
        {
           "class" : "Dist::Zilla::Plugin::FinderCode",
           "name" : ":AllFiles",
           "version" : "5.036"
        },
        {
           "class" : "Dist::Zilla::Plugin::FinderCode",
           "name" : ":NoFiles",
           "version" : "5.036"
        }
     ],
     "zilla" : {
        "class" : "Dist::Zilla::Dist::Builder",
        "config" : {
           "is_trial" : "0"
        },
        "version" : "5.036"
     }
  },
  "x_authority" : "cpan:AJGB"
}