Help language development. Donate to The Perl Foundation

Protobuf cpan:BDUGGAN last updated on 2021-10-12

META6.json
{
  "auth": "cpan:bduggan",
  "authors": [
    "Brian Duggan"
  ],
  "description": "Utilities for managing protobufs",
  "name": "Protobuf",
  "license": "MIT",
  "perl": "6.*",
  "provides": {
    "Protobuf": "lib/Protobuf.rakumod",
    "Protobuf::Grammar": "lib/Protobuf/Grammar.rakumod",
    "Protobuf::Actions": "lib/Protobuf/Actions.rakumod"
  },
  "repo-type": "git",
  "source-url": "https://git.sr.ht/~bduggan/raku-protobuf",
  "tags": [
    "protobuf"
  ],
  "depends" : [
    "Grammar::PrettyErrors"
  ],
  "test-depends": [
    "Test"
  ],
  "version": "0.0.2"
}