Help language development. Donate to The Perl Foundation

Pythonic::Str zef:raku-community-modules last updated on 2022-02-14

META6.json
{
  "auth": "zef:raku-community-modules",
  "authors": [
    "Zoffix Znet"
  ],
  "build-depends": [
  ],
  "depends": [
  ],
  "description": "Index into strings like Pythonistas do!",
  "license": "Artistic-2.0",
  "name": "Pythonic::Str",
  "perl": "6.c",
  "provides": {
    "Pythonic::Str": "lib/Pythonic/Str.rakumod"
  },
  "resources": [
  ],
  "source-url": "https://github.com/raku-community-modules/Pythonic-Str.git",
  "support": {
    "source": "git://github.com/raku-community-modules/Pythonic-Str.git"
  },
  "tags": [
    "PYTHON",
    "COMB",
    "LIST"
  ],
  "test-depends": [
    "Test",
    "Test::META"
  ],
  "version": "1.1"
}