Help language development. Donate to The Perl Foundation

Util::Bitfield zef:jonathanstowe last updated on 2022-08-07

META6.json
{
  "tags": [
    "util",
    "bit",
    "bitfield"
  ],
  "test-depends": [
    "Test"
  ],
  "meta-version": "1",
  "raku": "6.*",
  "version": "0.0.6",
  "depends": [
  ],
  "description": "Utility subroutines for working with bitfields",
  "support": {
    "bugtracker": "https://github.com/jonathanstowe/Util-Bitfield/issues",
    "email": "[email protected]",
    "source": "git://github.com/jonathanstowe/Util-Bitfield.git"
  },
  "authors": [
    "Jonathan Stowe <[email protected]>"
  ],
  "resources": [
  ],
  "build-depends": [
  ],
  "license": "Artistic-2.0",
  "api": "1.0",
  "auth": "zef:jonathanstowe",
  "provides": {
    "Util::Bitfield": "lib/Util/Bitfield.pm"
  },
  "source-url": "git://github.com/jonathanstowe/Util-Bitfield.git",
  "name": "Util::Bitfield"
}