7253e60c03
* First batch of 23.0.0 releases for GNATcoll, LAL, XMLAda, etc. * Update libadalang_tools-23.0.0.toml
26 lines
857 B
TOML
26 lines
857 B
TOML
name = "gnatcoll_omp"
|
|
version = "23.0.0"
|
|
description = "GNAT Components Collection - OpenMP binding"
|
|
website = "https://github.com/adacore/gnatcoll-bindings"
|
|
authors = ["AdaCore"]
|
|
licenses = "GPL-3.0-or-later WITH GCC-exception-3.1"
|
|
maintainers = ["chouteau@adacore.com"]
|
|
maintainers-logins = ["Fabien-Chouteau"]
|
|
project-files = ["omp/gnatcoll_omp.gpr"]
|
|
tags = ["gnatcoll", "bindings", "openmp", "libgomp"]
|
|
|
|
[configuration]
|
|
disabled = true
|
|
|
|
[gpr-externals]
|
|
GNATCOLL_BUILD_MODE = ["DEBUG", "PROD"]
|
|
LIBRARY_TYPE = ["static", "relocatable", "static-pic"]
|
|
|
|
[[depends-on]]
|
|
gnatcoll = "~23.0.0"
|
|
libgomp = "*"
|
|
|
|
[origin]
|
|
url= "https://github.com/AdaCore/gnatcoll-bindings/archive/v23.0.0/gnatcoll-bindings-23.0.0.zip"
|
|
hashes=['sha512:57de4a1ad9e6741e11227e767334a00b6e71a0f2887eda7a4887d8a4c7728676476332c2a77d48a30b80ed3e50e4e0552d07a34ad75e33b716f619a363291bfe']
|