Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ testsuite/**/linker.ld
doc/_build
startup-gen
database
/alire/
/config/
27 changes: 27 additions & 0 deletions alire.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name = "startup_gen"
description = "Start files generator"
version = "23.0.0"

authors = [
"Anthony Leonardo Gracio <[email protected]>",
"Corentin Gay <[email protected]>",
"Fabien Chouteau <[email protected]>",
"Frederic Konrad <[email protected]>",
"JK <[email protected]>",
"Joel Brobecker <[email protected]>",
"Martyn Pike <[email protected]>",
"pat-rogers <[email protected]>",
]
maintainers = ["Fabien Chouteau <[email protected]>"]
maintainers-logins = ["JeremyGrosser"]
licenses = "GPL-3.0-or-later"
website = ""
tags = []

executables = ["startup-gen"]

[[depends-on]]
gnatcoll = "^23.0.0"

[[depends-on]]
templates_parser = "^23.0.0"