Migration to separate [origin] table

This commit is contained in:
Alejandro R. Mosteo
2020-07-24 11:51:40 +01:00
parent d4e3b9403c
commit 873aeb6196
110 changed files with 497 additions and 278 deletions
+5 -3
View File
@@ -1,8 +1,7 @@
description = "Google Protocol Buffers implementation in Ada"
website = "https://github.com/reznikmm/protobuf"
name = "protobuf"
version = "1.0.0"
origin = "https://github.com/reznikmm/protobuf/archive/1.0.0.tar.gz"
website = "https://github.com/reznikmm/protobuf"
authors = ["Maxim Reznik"]
executables = ["protoc-gen-ada"]
licenses = ["MIT"]
@@ -10,10 +9,13 @@ maintainers = ["Maxim Reznik <reznikmm@gmail.com>"]
maintainers-logins = ["reznikmm"]
project-files = ["gnat/protoc_gen_ada.gpr"]
tags = ["protocol", "rpc", "generator"]
origin-hashes = ["sha512:439627662874582db8787e6a6311f99c61bac6be95d2e66cf6c891ecf5a1f109dc483c3ce1f183727b696ddc9ce38c5b11d0cfa85d3cec36251c62159c35fe93"]
[[depends-on]]
ada_pretty = "any"
matreshka_league = "any"
[environment.PATH]
prepend = "${CRATE_ROOT}/.objs/compiler"
[origin]
url = "https://github.com/reznikmm/protobuf/archive/1.0.0.tar.gz"
hashes = ["sha512:439627662874582db8787e6a6311f99c61bac6be95d2e66cf6c891ecf5a1f109dc483c3ce1f183727b696ddc9ce38c5b11d0cfa85d3cec36251c62159c35fe93"]