AdaCore libraries 24.0 II (#925)

This commit is contained in:
Fabien Chouteau
2023-11-27 16:23:52 +01:00
committed by GitHub
parent ac2dce34eb
commit 0cae39b728
6 changed files with 166 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
name = "libgpr2"
version = "24.0.0"
description = "Parser for GPR Project File"
authors = ["AdaCore"]
licenses = "Apache-2.0 WITH LLVM-exception"
maintainers = ["chouteau@adacore.com"]
maintainers-logins = ["Fabien-Chouteau"]
project-files = ["gpr2.gpr"]
[configuration]
disabled = true
[gpr-externals]
GPR2_BUILD = ["debug", "release", "release_checks", "gnatcov"]
LIBRARY_TYPE = ["static", "relocatable", "static-pic"]
[gpr-set-externals]
GPR2_BUILD = "release"
[[depends-on]]
gnatcoll = "~24.0.0"
gnatcoll_iconv = "~24.0.0"
gnatcoll_gmp = "~24.0.0"
[origin]
url="https://github.com/AdaCore/gpr/releases/download/v24.0.0/gpr2-with-lkparser-24.0.tgz"
hashes=['sha512:eda3c693393763da31312733e2bc06e852b867a32b42da6afdddd623051a1d29f7243aabaef3ae50052b22686dce6db62d9823652ce516d79822e4215f4d87b1']
+22
View File
@@ -0,0 +1,22 @@
name = "markdown"
description = "Markdown parser (draft)"
long-description = "The markdown parser is an early stage of development. Just a few element is implemented and API will change in the future."
version = "24.0.0"
tags = ["markdown", "gfm", "commonmark"]
authors = ["AdaCore"]
maintainers = ["Max Reznik <reznik@adacore.com>"]
maintainers-logins = ["reznikmm"]
licenses = "Apache-2.0"
project-files = ["gnat/markdown.gpr"]
[configuration]
disabled = true
[[depends-on]]
vss = "~24.0.0"
[origin]
url="https://github.com/adacore/markdown/archive/v24.0.0/markdown-24.0.0.zip"
hashes=['sha512:70ffe37beb05f5563208a465a1b160962a951853e3f1e2bfe8fafc8f13ca8b0d632205b311d533c1373a2cab8865c9d66d94d0b4162c9c9da905678c1eacd5a0']
+26
View File
@@ -0,0 +1,26 @@
name = "spawn"
description = "A simple library to spawn processes and communicate with them."
long-description = "This is Glib indepentent implementation of a spawn processes interface."
version = "24.0.0"
website = "https://github.com/AdaCore/spawn"
authors = ["AdaCore"]
licenses = "Apache-2.0 WITH LLVM-exception"
maintainers = ["Vadim Godunko <vgodunko@gmail.com>", "Max Reznik <reznikmm@gmail.com>"]
maintainers-logins = ["godunko", "reznikmm"]
project-files = ["gnat/spawn.gpr"]
tags = ["process", "launch", "pipe"]
[configuration]
disabled = true
[gpr-externals]
OS = ["unix", "osx", "Windows_NT"]
[gpr-set-externals.'case(os)']
linux = { OS = "unix" } # Compact table syntax is convenient in this case
windows = { OS = "Windows_NT" } # to see all enumeration values, one per row.
macos = { OS = "osx" }
[origin]
url="https://github.com/adacore/spawn/archive/v24.0.0/spawn-24.0.0.zip"
hashes=['sha512:8f4c2fa819422f3d4f2e3de6dca7ab2020fc572aa2ac95ab110f73401b57e466987a71bafe3ec2a15c615ffbd0056004408e245b22b3b4595f8a4c1b53f6ac27']
@@ -0,0 +1,23 @@
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']
@@ -0,0 +1,46 @@
name = "templates_parser"
version = "24.0.0"
description = "Templates Parser: File generation from templates in Ada"
website = "https://github.com/AdaCore/templates-parser"
authors = ["AdaCore"]
licenses = "GPL-3.0-or-later WITH GCC-exception-3.1"
maintainers = ["chouteau@adacore.com"]
maintainers-logins = ["Fabien-Chouteau"]
project-files = ["templates_parser.gpr"]
[configuration]
disabled = true
[[actions]]
type = "post-fetch"
command = ["cp", "config/tp_xmlada_installed.gpr", "tp_xmlada.gpr"]
[gpr-externals]
LIBRARY_TYPE = ["static", "relocatable"]
PRJ_BUILD = ["Debug", "Release"]
PRJ_TARGET = ["Windows", "macOS", "Linux", "FreeBSD", "UNIX"]
TP_TASKING = ["No_Tasking", "Standard_Tasking"]
TP_XMLADA = ["Installed", "Disabled"]
[gpr-set-externals]
TP_XMLADA = "Installed"
PRJ_BUILD = "Release"
[gpr-set-externals."case(os)".linux]
PRJ_TARGET = "Linux"
[gpr-set-externals."case(os)".macos]
PRJ_TARGET = "macOS"
[gpr-set-externals."case(os)".windows]
PRJ_TARGET = "Windows"
[environment]
ADAFLAGS.set = "-gnaty-d" # Disable no DOS line terminators check
[[depends-on]]
xmlada = "~24.0.0"
[origin]
url="https://github.com/adacore/templates-parser/archive/v24.0.0/templates-parser-24.0.0.zip"
hashes=['sha512:74c57b1c059e312a6714abfa45062f927589ab2b8428f9956d0bcd0b09f76db51f44a63438aab99955653ec75b86fdfb267c89921dd0c0210886a3757a7476b8']
+22
View File
@@ -0,0 +1,22 @@
name = "vss"
description = "Advanced string and text manipulation with Unicode support"
version = "24.0.0"
tags = ["unicode", "json", "text", "xml", "template"]
authors = ["AdaCore"]
maintainers = ["Vadim Godunko <vgodunko@gmail.com>", "Maxim Reznik <reznikmm@gmail.com>"]
maintainers-logins = ["godunko", "reznikmm"]
licenses = "Apache-2.0 WITH LLVM-exception"
website = "https://github.com/AdaCore/VSS"
project-files = ["gnat/vss_text.gpr", "gnat/vss_json.gpr", "gnat/vss_regexp.gpr", "gnat/vss_xml.gpr", "gnat/vss_xml_templates.gpr"]
[[depends-on]]
gnat = ">=11 & <2000" # Uses Ada 2022 syntax
[configuration]
disabled = true
[origin]
url="https://github.com/adacore/VSS/archive/v24.0.0/VSS-24.0.0.zip"
hashes=['sha512:b4d0be7c8cdfc30d5221cdb568882b9a5e45d18264ed4e419091efa65da2227c84ba60b725ffb56820672e641922df45dbd790fac1f9b1aa1df75b605de4fc4e']