{
"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"
}