bc0da4e3ce
Add "Google Protocol Buffers implementation in Ada"
26 lines
764 B
TOML
26 lines
764 B
TOML
[general]
|
|
description = "Google Protocol Buffers implementation in Ada"
|
|
tags = ["protocol", "rpc", "generator"]
|
|
|
|
licenses = ["MIT"]
|
|
authors = ["Maxim Reznik"]
|
|
website = "https://github.com/reznikmm/protobuf"
|
|
maintainers = ["Maxim Reznik <reznikmm@gmail.com>"]
|
|
maintainers-logins = ["reznikmm"]
|
|
|
|
executables = ["protoc-gen-ada"]
|
|
|
|
project-files = ["gnat/protoc_gen_ada.gpr"]
|
|
|
|
[general.depends-on]
|
|
ada_pretty = "any"
|
|
matreshka_league = "any"
|
|
|
|
[general.environment.PATH]
|
|
prepend = "${CRATE_ROOT}/.objs/compiler"
|
|
|
|
["1.0.0"]
|
|
origin = "https://github.com/reznikmm/protobuf/archive/1.0.0.tar.gz"
|
|
origin-hashes= ["sha512:439627662874582db8787e6a6311f99c61bac6be95d2e66cf6c891ecf5a1f109dc483c3ce1f183727b696ddc9ce38c5b11d0cfa85d3cec36251c62159c35fe93"]
|
|
|