From bc0da4e3ce8416a04b536f9dd774e6108402fd19 Mon Sep 17 00:00:00 2001 From: Maxim Reznik Date: Mon, 1 Jun 2020 14:53:02 +0300 Subject: [PATCH] protobuf 1.0 (#119) Add "Google Protocol Buffers implementation in Ada" --- index/pr/protobuf.toml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 index/pr/protobuf.toml diff --git a/index/pr/protobuf.toml b/index/pr/protobuf.toml new file mode 100644 index 00000000..cbeae49f --- /dev/null +++ b/index/pr/protobuf.toml @@ -0,0 +1,25 @@ +[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 "] +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"] +