Help language development. Donate to The Perl Foundation

BitEnum cpan:CTILMES last updated on 2020-04-23

META6.json
{
    "meta-version"   : "0",
    "perl"           : "6.*",
    "name"           : "BitEnum",
    "api"            : "1",
    "version"        : "0.5",
    "auth"           : "github:CurtTilmes",
    "description"    : "Raku Wrapper for Bitfields stored in an integer",
    "license"        : "Artistic-2.0",
    "build-depends"  : [ ],
    "test-depends"   : [ "Test", "Test::When" ],
    "depends"        : [ ],
    "authors"        : [ "Curt Tilmes <[email protected]>" ],
    "tags"           : [ "BITFIELDS", "ENUM" ],
    "provides"       : { "BitEnum": "lib/BitEnum.rakumod" },
    "support"        : {
      "source"       : "https://github.com/CurtTilmes/raku-bitenum.git",
      "bugtracker"   : "https://github.com/CurtTilmes/raku-bitenum/issues"
    }
}