Help language development. Donate to The Perl Foundation

Keyring zef:jmaslak last updated on 2022-12-20

META6.json
{
  "auth": "zef:jmaslak",
  "authors": [
    "Joelle Maslak"
  ],
  "build-depends": [
  ],
  "depends": [
  ],
  "description": "Raku OS Keyring Support Library",
  "license": "Artistic-2.0",
  "name": "Keyring",
  "perl": "6.d",
  "provides": {
    "Keyring": "lib/Keyring.rakumod",
    "Keyring::Backend": "lib/Keyring/Backend.rakumod",
    "Keyring::Backend::MacOSX": "lib/Keyring/Backend/MacOSX.rakumod",
    "Keyring::Backend::Memory": "lib/Keyring/Backend/Memory.rakumod",
    "Keyring::Backend::Secret-Tool": "lib/Keyring/Backend/Secret-Tool.rakumod"
  },
  "resources": [
  ],
  "source-url": "https://github.com/jmaslak/Raku-Keyring.git",
  "tags": [
  ],
  "test-depends": [
  ],
  "version": "0.2.0"
}