Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gnatformat and lal_refactor 25.0.0 #1284

Merged
merged 3 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
32 changes: 32 additions & 0 deletions index/gn/gnatformat/gnatformat-25.0.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name = "gnatformat"
description = "Opinionated code formatter for the Ada language"
version = "25.0.0"

authors = ["AdaCore"]
maintainers = ["Fabien Chouteau <[email protected]>"]
maintainers-logins = ["Fabien-Chouteau"]
licenses = "MIT OR Apache-2.0 WITH LLVM-exception"
website = ""
tags = ["formating", "ada", "tool"]
Fabien-Chouteau marked this conversation as resolved.
Show resolved Hide resolved

project-files = "gnat/gnatformat_driver.gpr"
executables = ["gnatformat"]

[gpr-set-externals]
GNATFORMAT_BUILD_MODE = "prod"

[configuration]
disabled = true

[[forbids]]
libgnatformat = "*"

[[depends-on]]
libadalang = "^25"
prettier_ada = "^25"
gnatcoll = "^25"
adasat = "^25"

[origin]
url="https://github.com/adacore/gnatformat/archive/v25.0.0/gnatformat-25.0.0.zip"
hashes=['sha512:79117be86662d0b3db10928b147c7dd66031cf0e20e9b80ff5c63b4f294eb17328a6388008bb39d3735018e58e5c15c4a0cab7261a0f5ee161c1a2c5bac9e393']
33 changes: 33 additions & 0 deletions index/la/lal_refactor/lal_refactor-25.0.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name = "lal_refactor"
description = "Source code refactoring utilities for the Ada"
Fabien-Chouteau marked this conversation as resolved.
Show resolved Hide resolved
version = "25.0.0"

authors = ["AdaCore"]
maintainers = ["Fabien Chouteau <[email protected]>"]
maintainers-logins = ["Fabien-Chouteau"]
licenses = "MIT OR Apache-2.0 WITH LLVM-exception"
website = ""
tags = ["refactoring", "ada", "tool"]

project-files = "gnat/lal_refactor_driver.gpr"
executables = ["lalrefactor"]

[gpr-set-externals]
LAL_REFACTOR_BUILD_MODE = "prod"

[[forbids]]
liblal_refactor = "*"

[configuration]
disabled = true

[[depends-on]]
libadalang = "^25"
prettier_ada = "^25"
gnatcoll = "^25"
adasat = "^25"
libadalang_tools = "^25"

[origin]
url="https://github.com/AdaCore/lal-refactor/archive/v25.0.0/lal_refactor-25.0.0.zip"
hashes=['sha512:1524150884606dc996be5b2f8754fe492a33d7ee9c4d66a9b89ac4741987800d1fb84f3dbe80cab5e778be6caa23f8d270e796e063520844dd2b9545546fc86b']
3 changes: 3 additions & 0 deletions index/li/libadalang_tools/libadalang_tools-24.0.0.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ tags = ["libadalang", "static-analysis", "metric", "formatting", "generator", "g
project-files = ["src/lal_tools.gpr", "src/build.gpr"]
executables = ["gnatmetric", "gnatpp", "gnatstub", "gnattest"]

[gpr-set-externals]
LALTOOLS_BUILD_MODE = "prod"

[[depends-on]]
libadalang = "^24.0.0"
templates_parser = "^24.0.0"
Expand Down
31 changes: 31 additions & 0 deletions index/li/libgnatformat/libgnatformat-25.0.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name = "libgnatformat"
description = "opinionated code format library for the Ada language"
version = "25.0.0"

authors = ["AdaCore"]
maintainers = ["Fabien Chouteau <[email protected]>"]
maintainers-logins = ["Fabien-Chouteau"]
licenses = "MIT OR Apache-2.0 WITH LLVM-exception"
website = ""
tags = ["formating", "ada", "lib"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: formatting


project-files = "gnat/gnatformat.gpr"

[gpr-set-externals]
GNATFORMAT_BUILD_MODE = "prod"

[configuration]
disabled = true

[[forbids]]
gnatformat = "*"

[[depends-on]]
libadalang = "^25"
prettier_ada = "^25"
gnatcoll = "^25"
adasat = "^25"

[origin]
url="https://github.com/adacore/gnatformat/archive/v25.0.0/gnatformat-25.0.0.zip"
hashes=['sha512:79117be86662d0b3db10928b147c7dd66031cf0e20e9b80ff5c63b4f294eb17328a6388008bb39d3735018e58e5c15c4a0cab7261a0f5ee161c1a2c5bac9e393']
2 changes: 1 addition & 1 deletion index/li/liblal_refactor/liblal_refactor-24.0.0.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "liblal_refactor"
description = "Source code refactoring utilities for the Ada "
description = "Source code refactoring utilities for the Ada"
Fabien-Chouteau marked this conversation as resolved.
Show resolved Hide resolved
version = "24.0.0"
tags = ["refactoring", "tools"]

Expand Down
29 changes: 29 additions & 0 deletions index/li/liblal_refactor/liblal_refactor-25.0.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name = "liblal_refactor"
description = "Source code refactoring library for the Ada"
Fabien-Chouteau marked this conversation as resolved.
Show resolved Hide resolved
version = "25.0.0"
tags = ["refactoring"]

authors = ["AdaCore"]
maintainers = ["Fabien Chouteau <[email protected]>"]
maintainers-logins = ["chouteau"]
licenses = "Apache-2.0 WITH LLVM-exception"
website = "https://github.com/AdaCore/lal-refactor"

project-files = ["gnat/lal_refactor.gpr"]

[gpr-set-externals]
LAL_REFACTOR_BUILD_MODE = "prod"

[[forbids]]
lal_refactor = "*"

[configuration]
disabled = true

[[depends-on]]
libadalang_tools = "^25"
vss = "^25"

[origin]
url="https://github.com/AdaCore/lal-refactor/archive/v25.0.0/lal_refactor-25.0.0.zip"
hashes=['sha512:1524150884606dc996be5b2f8754fe492a33d7ee9c4d66a9b89ac4741987800d1fb84f3dbe80cab5e778be6caa23f8d270e796e063520844dd2b9545546fc86b']
Loading