Help language development. Donate to The Perl Foundation

WhereList zef:raku-community-modules last updated on 2022-05-19

META6.json
{
  "auth": "zef:raku-community-modules",
  "authors": [
    "Zoffix Znet"
  ],
  "build-depends": [
  ],
  "depends": [
  ],
  "description": "Simpler C<where> constraints for items of lists",
  "license": "Artistic-2.0",
  "name": "WhereList",
  "perl": "6.c",
  "provides": {
    "WhereList": "lib/WhereList.rakumod"
  },
  "resources": [
  ],
  "source-url": "https://github.com/raku-community-modules/WhereList.git",
  "support": {
    "source": "https://github.com/raku-community-modules/WhereList.git"
  },
  "tags": [
    "where",
    "subset",
    "lists"
  ],
  "test-depends": [
    "Testo"
  ],
  "version": "1.1"
}