32de724037
* Convert licenses to SPDX expressions * bbqueue 0.1.0 (#216) * bbqueue 0.1.0 * Update bbqueue-0.1.0.toml * startup_gen 21.0.0 (#227) * ada_lua 0.1.0 (#230) * ada_lua-0.1.0.toml: fix website field (#231) * Convert licenses to SPDX expressions (cont.) * win32ada 21.0.0 (#233) Co-authored-by: Alejandro R. Mosteo <amosteo@unizar.es>
22 lines
711 B
TOML
22 lines
711 B
TOML
name = "startup_gen"
|
|
version = "21.0.0"
|
|
description = "Generates startup files (crt0 and linker script)"
|
|
website = "https://github.com/AdaCore/startup-gen"
|
|
authors = ["AdaCore"]
|
|
executables = ["startup-gen"]
|
|
licenses = "GPL-3.0-or-later"
|
|
maintainers = ["chouteau@adacore.com"]
|
|
maintainers-logins = ["Fabien-Chouteau"]
|
|
project-files = ["startup_gen.gpr"]
|
|
tags = ["embedded", "zfp", "nostd"]
|
|
|
|
[[depends-on]]
|
|
gnatcoll = "~21.0.0"
|
|
libgpr = "~21.0.0"
|
|
templates_parser = "~21.0.0"
|
|
gnat = ">=10"
|
|
|
|
[origin]
|
|
url="https://github.com/AdaCore/startup-gen/archive/v21.0.0.zip"
|
|
hashes=['sha512:75bdb0979ad6891655359e023a8ddcbe0f507f5b5d844892f91e4048a9ade4ab1f37319c0a817be2dff2f60becbd7ba6e17cc03ca1d22267f1a34660a09f17dd']
|