-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
alire.toml
35 lines (28 loc) · 864 Bytes
/
alire.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
description = "Google Protocol Buffers implementation in Ada"
name = "protobuf"
version = "1.1.0-git"
website = "https://github.com/reznikmm/protobuf"
authors = ["Maxim Reznik"]
executables = ["protoc-gen-ada"]
licenses = "MIT"
maintainers = ["Maxim Reznik <[email protected]>"]
maintainers-logins = ["reznikmm"]
project-files = ["gnat/protoc_gen_ada.gpr"]
tags = ["serialization", "marshalling", "protocol", "buffers", "rpc", "generator"]
provides = ["protobuf_runtime=1.1.0-git"]
[[forbids]]
protobuf_runtime="*"
[[depends-on]]
ada_pretty = "any"
matreshka_league = "any"
[environment.PATH]
prepend = "${CRATE_ROOT}/.objs/compiler"
[build-switches]
"*".ada_version = "Ada12"
development.optimization = ["-O0"]
development.style_checks = ["-gnaty"]
development.contracts = "Yes"
[configuration]
output_dir = "gnat"
generate_ada = false
generate_c = false