24 lines
749 B
TOML
24 lines
749 B
TOML
name = "startup_gen"
|
|
version = "24.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"]
|
|
|
|
[configuration]
|
|
disabled = true
|
|
|
|
[[depends-on]]
|
|
gnatcoll = "~24.0.0"
|
|
libgpr = "~24.0.0"
|
|
templates_parser = "~24.0.0"
|
|
|
|
[origin]
|
|
url="https://github.com/adacore/startup-gen/archive/v24.0.0/startup-gen-24.0.0.zip"
|
|
hashes=['sha512:73ac30e197c88178a98a2c984e48735fe0a0ddac6d685bd0a769c246cbbc032581a5022a4d575b7c849973a47a789c40db40dc032b287ac69d49324b839ce813']
|