Help language development. Donate to The Perl Foundation

NativeHelpers::Array zef:jonathanstowe last updated on 2022-08-07

META6.json
{
  "build-depends": [
  ],
  "auth": "zef:jonathanstowe",
  "raku": "6.*",
  "authors": [
    "Jonathan Stowe <[email protected]>"
  ],
  "source-url": "git://github.com/jonathanstowe/NativeHelpers-Array.git",
  "license": "Artistic-2.0",
  "depends": [
  ],
  "api": "1.0",
  "meta-version": "1",
  "name": "NativeHelpers::Array",
  "resources": [
  ],
  "test-depends": [
  ],
  "description": "Helper subroutines for working with Raku Native Arrays (CArray)",
  "version": "0.0.5",
  "support": {
    "bugtracker": "https://github.com/jonathanstowe/NativeHelpers-Array/issues",
    "source": "git://github.com/jonathanstowe/NativeHelpers-Array.git"
  },
  "provides": {
    "NativeHelpers::Array": "lib/NativeHelpers/Array.pm"
  },
  "author": "Jonathan Stowe <[email protected]>",
  "tags": [
    "utils",
    "native",
    "array"
  ]
}