gnatformat, lal_refactor 25.0.0 (#1284)
* gnatformat and lal_refactor 25.0.0 * libadalang_tools-24.0.0.toml: switch builds to production * Typos
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
name = "gnatformat"
|
||||
description = "Opinionated code formatter for the Ada language"
|
||||
version = "25.0.0"
|
||||
|
||||
authors = ["AdaCore"]
|
||||
maintainers = ["Fabien Chouteau <chouteau@adacore.com>"]
|
||||
maintainers-logins = ["Fabien-Chouteau"]
|
||||
licenses = "MIT OR Apache-2.0 WITH LLVM-exception"
|
||||
website = ""
|
||||
tags = ["formatting", "ada", "tool"]
|
||||
|
||||
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']
|
||||
@@ -0,0 +1,33 @@
|
||||
name = "lal_refactor"
|
||||
description = "Source code refactoring utilities for the Ada language"
|
||||
version = "25.0.0"
|
||||
|
||||
authors = ["AdaCore"]
|
||||
maintainers = ["Fabien Chouteau <chouteau@adacore.com>"]
|
||||
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']
|
||||
@@ -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"
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
name = "libgnatformat"
|
||||
description = "opinionated code format library for the Ada language"
|
||||
version = "25.0.0"
|
||||
|
||||
authors = ["AdaCore"]
|
||||
maintainers = ["Fabien Chouteau <chouteau@adacore.com>"]
|
||||
maintainers-logins = ["Fabien-Chouteau"]
|
||||
licenses = "MIT OR Apache-2.0 WITH LLVM-exception"
|
||||
website = ""
|
||||
tags = ["formatting", "ada", "lib"]
|
||||
|
||||
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']
|
||||
@@ -1,5 +1,5 @@
|
||||
name = "liblal_refactor"
|
||||
description = "Source code refactoring utilities for the Ada "
|
||||
description = "Source code refactoring utilities for the Ada language"
|
||||
version = "24.0.0"
|
||||
tags = ["refactoring", "tools"]
|
||||
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
name = "liblal_refactor"
|
||||
description = "Source code refactoring library for the Ada language"
|
||||
version = "25.0.0"
|
||||
tags = ["refactoring"]
|
||||
|
||||
authors = ["AdaCore"]
|
||||
maintainers = ["Fabien Chouteau <chouteau@gmail.com>"]
|
||||
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']
|
||||
Reference in New Issue
Block a user