22 lines
741 B
TOML
22 lines
741 B
TOML
description = "Google Protocol Buffers implementation in Ada"
|
|
name = "protobuf"
|
|
version = "1.0.0"
|
|
website = "https://github.com/reznikmm/protobuf"
|
|
authors = ["Maxim Reznik"]
|
|
executables = ["protoc-gen-ada"]
|
|
licenses = ["MIT"]
|
|
maintainers = ["Maxim Reznik <reznikmm@gmail.com>"]
|
|
maintainers-logins = ["reznikmm"]
|
|
project-files = ["gnat/protoc_gen_ada.gpr"]
|
|
tags = ["protocol", "rpc", "generator"]
|
|
|
|
[[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"]
|