Help language development. Donate to The Perl Foundation

Tuple zef:lizmat last updated on 2022-01-09

META6.json
{
  "auth": "zef:lizmat",
  "authors": [
    "Elizabeth Mattijsen"
  ],
  "build-depends": [
  ],
  "depends": [
    "ValueList:ver<0.0.1>:auth<zef:lizmat>"
  ],
  "description": "provide an immutable List value type",
  "license": "Artistic-2.0",
  "name": "Tuple",
  "perl": "6.c",
  "provides": {
    "Tuple": "lib/Tuple.rakumod"
  },
  "resources": [
  ],
  "source-url": "https://github.com/lizmat/Tuple",
  "tags": [
    "UTILS"
  ],
  "test-depends": [
  ],
  "version": "0.0.10"
}