Help language development. Donate to The Perl Foundation

Crypt::SodiumScrypt zef:jonathanstowe last updated on 2022-08-07

META6.json
{
  "name": "Crypt::SodiumScrypt",
  "auth": "zef:jonathanstowe",
  "version": "0.0.5",
  "meta-version": "1",
  "resources": [
  ],
  "license": "Artistic-2.0",
  "provides": {
    "Crypt::SodiumScrypt": "lib/Crypt/SodiumScrypt.rakumod"
  },
  "build-depends": [
  ],
  "depends": [
    "NativeLibs:ver<0.0.5+>",
    "NativeHelpers::Array"
  ],
  "test-depends": [
    "LibraryCheck"
  ],
  "tags": [
    "crypto",
    "libsodium",
    "password",
    "scrypt"
  ],
  "api": "1.0",
  "support": {
    "email": "[email protected]",
    "source": "https://github.com/jonathanstowe/Crypt-SodiumScrypt.git",
    "bugtracker": "https://github.com/jonathanstowe/Crypt-SodiumScrypt/issues"
  },
  "description": "Binding for libsodium password hashing",
  "source-url": "https://github.com/jonathanstowe/Crypt-SodiumScrypt.git",
  "raku": "6.*",
  "authors": [
    "Jonathan Stpwe <[email protected]"
  ]
}